* i386.md (movdi_2): Add missing '!'.
authorJan Hubicka <jh@suse.cz>
Sat, 9 Feb 2002 17:53:58 +0000 (18:53 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 9 Feb 2002 17:53:58 +0000 (17:53 +0000)
From-SVN: r49640

gcc/ChangeLog
gcc/config/i386/i386.md

index fcc417800b0bb860bd10cc8b42ab83378c160ac9..eddba93d20918a942d094aec0030f1db2f2a950c 100644 (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
index e85cb95168b0edb84915bdb2c60bc667486d7426..db2f4f34f1b6cafa88a048578b7729ff4f2ed39c 100644 (file)
    (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)"