* i386.md (movti_rex64): Fix constraint.
From-SVN: r62396
This commit is contained in:
parent
83dbda5bca
commit
f0f0d98e16
@ -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.
|
||||
|
@ -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)"
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user