* i386.md (subdi3_carry_rex64): Fix typo.
authorJan Hubicka <jh@suse.cz>
Wed, 29 Jan 2003 09:27:46 +0000 (10:27 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 29 Jan 2003 09:27:46 +0000 (09:27 +0000)
From-SVN: r62066

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

index 0d2502ae6351e953cfe98ab5445e3164c2da59e9..48b6d32f10503a63dfe6c12a9627462918d4bd9d 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jan 29 10:26:12 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (subdi3_carry_rex64): Fix typo.
+
 2003-01-28  Fariborz Jahanian  <fjahanian@apple.com>
 
        * pt.c (last_pending_template) Declare GTY().
index 3f6b079b00f7cbcf8c2a91e9f7b14fbaff451489..26cb0a947fc3431e860c907e23aca3977a78a934 100644 (file)
 (define_insn "subdi3_carry_rex64"
   [(set (match_operand:DI 0 "nonimmediate_operand" "=rm,r")
          (minus:DI (match_operand:DI 1 "nonimmediate_operand" "0,0")
-           (plus:DI (match_operand:SI 3 "ix86_carry_flag_operator" "")
+           (plus:DI (match_operand:DI 3 "ix86_carry_flag_operator" "")
               (match_operand:DI 2 "x86_64_general_operand" "re,rm"))))
    (clobber (reg:CC 17))]
   "TARGET_64BIT && ix86_binary_operator_ok (MINUS, DImode, operands)"