OSDN Git Service

(subqi3): Delete % from constraints.
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Nov 1994 22:51:21 +0000 (22:51 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Nov 1994 22:51:21 +0000 (22:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8399 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e2eb1dd..fc56690 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 6da31ee..c96b4ab 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")))]
   ""
   "*