Commit f0f0d98e by Jan Hubicka Committed by Jan Hubicka

* i386.md (movti_rex64): Fix constraint.

From-SVN: r62396
parent 83dbda5b
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)"
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment