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

From-SVN: r49640
This commit is contained in:
Jan Hubicka 2002-02-09 18:53:58 +01:00 committed by Jan Hubicka
parent ca77d87c47
commit 749e7b80f6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* config/h8300/h8300.h: Fix formatting. Remove commented-out

View File

@ -2460,7 +2460,7 @@
(set_attr "length_immediate" "1")])
(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"))]
"!TARGET_64BIT
&& (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"