mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:44:57 +08:00
* i386.md (movdi_2): Add missing '!'.
From-SVN: r49640
This commit is contained in:
parent
ca77d87c47
commit
749e7b80f6
@ -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
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user