From ee7576880106184d411f6bdea94367a7a489e60b Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 7 Nov 1994 22:51:21 +0000 Subject: (subqi3): Delete % from constraints. From-SVN: r8399 --- gcc/config/1750a/1750a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/1750a/1750a.md') diff --git a/gcc/config/1750a/1750a.md b/gcc/config/1750a/1750a.md index e2eb1dd79e6..fc566904449 100644 --- a/gcc/config/1750a/1750a.md +++ b/gcc/config/1750a/1750a.md @@ -521,7 +521,7 @@ ;; 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")))] "" "@ -- cgit v1.2.1