diff options
author | Stan Cox <coxs@gnu.org> | 1996-04-19 20:37:19 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-04-19 20:37:19 +0000 |
commit | 80ead5da9120411145d05b56daa480f0420da89f (patch) | |
tree | f292837e3924056ad7aee3d3e79991028f99de21 /gcc | |
parent | 7b7499bf3517bf82b9cfc8a6a2c0621e9e7f8b89 (diff) | |
download | gcc-80ead5da9120411145d05b56daa480f0420da89f.zip gcc-80ead5da9120411145d05b56daa480f0420da89f.tar.gz gcc-80ead5da9120411145d05b56daa480f0420da89f.tar.bz2 |
(movqi+1): Handle QImode values in %si and %di
From-SVN: r11852
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index f307767..4ecfc8c 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1022,7 +1022,7 @@ (define_insn "" [(set (match_operand:QI 0 "nonimmediate_operand" "=q,*r,qm") - (match_operand:QI 1 "general_operand" "*g,q,qn"))] + (match_operand:QI 1 "general_operand" "*g,r,qn"))] "(!TARGET_MOVE || GET_CODE (operands[0]) != MEM) || (GET_CODE (operands[1]) != MEM)" "* { |