Commit 58371476 by Torbjorn Granlund

(subdi3): Delete % from constraints.

From-SVN: r8402
parent 31a7290c
......@@ -753,7 +753,7 @@
(define_insn "subdi3"
[(set (match_operand:DI 0 "int_reg_operand" "=r")
(minus:DI (match_operand:DI 1 "int_reg_operand" "%0")
(minus:DI (match_operand:DI 1 "int_reg_operand" "0")
(match_operand:DI 2 "int_reg_operand" "r")))]
""
"*
......
......@@ -1684,7 +1684,7 @@
(define_insn "subdi3"
[(set (match_operand:DI 0 "register_operand" "=f")
(minus:DI (match_operand:DI 1 "register_operand" "%f")
(minus:DI (match_operand:DI 1 "register_operand" "f")
(match_operand:DI 2 "register_operand" "f")))]
""
"fisub.dd %1,%2,%0")
......
......@@ -298,7 +298,7 @@
(define_insn "subdi3"
[(set (match_operand:DI 0 "register_operand" "=r")
(minus:DI (match_operand:DI 1 "register_operand" "%0")
(minus:DI (match_operand:DI 1 "register_operand" "0")
(match_operand:DI 2 "register_operand" "r")))
(clobber (reg:SI 18))]
""
......
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