* i386.md (movti_rex64): Fix constraint.
authorJan Hubicka <jh@suse.cz>
Tue, 4 Feb 2003 20:47:46 +0000 (21:47 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 4 Feb 2003 20:47:46 +0000 (20:47 +0000)
From-SVN: r62396

gcc/ChangeLog
gcc/config/i386/i386.md

index d4520a7..938d600 100644 (file)
@@ -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.
index c11a927..45bd3d6 100644 (file)
 
 (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)"
 {