Commit 749e7b80 by Jan Hubicka Committed by Jan Hubicka

* i386.md (movdi_2): Add missing '!'.

From-SVN: r49640
parent ca77d87c
Sat Feb 9 18:28:02 CET 2002 Jan Hubicka <jh@suse.cz>
* i386.md (movdi_2): Add missing '!'.
2002-02-09 Kazu Hirata <kazu@hxi.com> 2002-02-09 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h: Fix formatting. Remove commented-out * config/h8300/h8300.h: Fix formatting. Remove commented-out
......
...@@ -2460,7 +2460,7 @@ ...@@ -2460,7 +2460,7 @@
(set_attr "length_immediate" "1")]) (set_attr "length_immediate" "1")])
(define_insn "*movdi_2" (define_insn "*movdi_2"
[(set (match_operand:DI 0 "nonimmediate_operand" "=r,o,!m*y,!*y,!m,*Y,!*Y") [(set (match_operand:DI 0 "nonimmediate_operand" "=r,o,!m*y,!*y,!m,!*Y,!*Y")
(match_operand:DI 1 "general_operand" "riFo,riF,*y,m,*Y,*Y,m"))] (match_operand:DI 1 "general_operand" "riFo,riF,*y,m,*Y,*Y,m"))]
"!TARGET_64BIT "!TARGET_64BIT
&& (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)" && (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