* i386.md (movti_rex64): Fix constraint.

From-SVN: r62396
This commit is contained in:
Jan Hubicka 2003-02-04 21:47:46 +01:00 committed by Jan Hubicka
parent 83dbda5bca
commit f0f0d98e16
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -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)"
{