aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-02-04 21:47:46 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2003-02-04 20:47:46 +0000
commitf0f0d98e16eaee1227414031c0dd5600fcc0b252 (patch)
tree93b6cc4dc653a5d99cb0f55b2bbfe43625a35a86
parent83dbda5bcae89236362aa4f37e582579ab41812b (diff)
downloadgcc-f0f0d98e16eaee1227414031c0dd5600fcc0b252.zip
gcc-f0f0d98e16eaee1227414031c0dd5600fcc0b252.tar.gz
gcc-f0f0d98e16eaee1227414031c0dd5600fcc0b252.tar.bz2
* i386.md (movti_rex64): Fix constraint.
From-SVN: r62396
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d4520a7..938d600 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 4 21:46:05 CET 2003 Jan Hubicka <jh@suse.cz>
+
+ * i386.md (movti_rex64): Fix constraint.
+
Tue Feb 4 18:40:42 CET 2003 Jan Hubicka <jh@suse.cz>
* i386.md (vector push splitters): Fix typo in resolving conflict.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index c11a927..45bd3d6 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -18918,7 +18918,7 @@
(define_insn "*movti_rex64"
[(set (match_operand:TI 0 "nonimmediate_operand" "=r,o,x,x,xm")
- (match_operand:TI 1 "general_operand" "riFo,riF,O,xm,x"))]
+ (match_operand:TI 1 "general_operand" "riFo,riF,C,xm,x"))]
"TARGET_64BIT
&& (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"
{