(subdi3): Delete % from constraints.
authorTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:52:31 +0000 (22:52 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:52:31 +0000 (22:52 +0000)
From-SVN: r8402

gcc/config/clipper/clipper.md
gcc/config/i860/i860.md
gcc/config/sh/sh.md

index 40ba6c9..ed9de8d 100644 (file)
 
 (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")))]
   ""
   "*
index 9f43496..43cd0fb 100644 (file)
 
 (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")
index 3ad663b..d0b999a 100644 (file)
 
 (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))]
   ""