(subqi3): Delete % from constraints.
authorTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:51:21 +0000 (22:51 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:51:21 +0000 (22:51 +0000)
From-SVN: r8399

gcc/config/1750a/1750a.md
gcc/config/i370/i370.md

index e2eb1dd79e68008154512685538e51e6e3f26781..fc566904449962db6390622824fbe454d3dd08ff 100644 (file)
 ;; single integer
 (define_insn "subqi3"
   [(set (match_operand:QI 0 "general_operand" "=r,r,r,r,m")
-        (minus:QI (match_operand:QI 1 "general_operand" "%0,0,0,0,0")
+        (minus:QI (match_operand:QI 1 "general_operand" "0,0,0,0,0")
                   (match_operand:QI 2 "general_operand"  "I,i,r,m,I")))]
   ""
   "@
index 6da31ee2edc4b4beee16b306f79832e3aa48aa17..c96b4ab8931e61ee1b34347c67920773787f7d3f 100644 (file)
@@ -2000,7 +2000,7 @@ check_label_emit ();
 
 (define_expand "subqi3"
   [(set (match_operand:QI 0 "general_operand" "=d")
-       (minus:QI (match_operand:QI 1 "general_operand" "%0")
+       (minus:QI (match_operand:QI 1 "general_operand" "0")
                  (match_operand:QI 2 "general_operand" "di")))]
   ""
   "
@@ -2021,7 +2021,7 @@ check_label_emit ();
 
 (define_insn ""
   [(set (match_operand:QI 0 "register_operand" "=d")
-       (minus:QI (match_operand:QI 1 "register_operand" "%0")
+       (minus:QI (match_operand:QI 1 "register_operand" "0")
                 (match_operand:QI 2 "register_operand" "d")))]
   ""
   "*