Commit 9b74f3ea by Jan Hubicka Committed by Jan Hubicka

* i386.md (subdi3_carry_rex64): Fix typo.

From-SVN: r62066
parent c96b939f
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().
......
......@@ -6649,7 +6649,7 @@
(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)"
......
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