aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-08-21 13:11:53 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-08-21 13:11:53 -0400
commit36f66f304842a54227f3a02d45b539fa9abd59c8 (patch)
tree001f804105acc4d5ff3599d8384828f77dad08cb
parent7af4e69746a305de9459c0886e908fb17ed56de7 (diff)
downloadgcc-36f66f304842a54227f3a02d45b539fa9abd59c8.zip
gcc-36f66f304842a54227f3a02d45b539fa9abd59c8.tar.gz
gcc-36f66f304842a54227f3a02d45b539fa9abd59c8.tar.bz2
For all dbra pattern, change constraint from 'g' to 'd*g'.
From-SVN: r10263
-rw-r--r--gcc/config/m68k/m68k.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index f914112..241aba5 100644
--- a/gcc/config/m68k/m68k.md
+++ b/gcc/config/m68k/m68k.md
@@ -5650,7 +5650,7 @@
(define_insn ""
[(set (pc)
(if_then_else
- (ne (match_operand:HI 0 "general_operand" "+g")
+ (ne (match_operand:HI 0 "general_operand" "+d*g")
(const_int 0))
(label_ref (match_operand 1 "" ""))
(pc)))
@@ -5693,7 +5693,7 @@
(define_insn ""
[(set (pc)
(if_then_else
- (ne (match_operand:SI 0 "general_operand" "+g")
+ (ne (match_operand:SI 0 "general_operand" "+d*g")
(const_int 0))
(label_ref (match_operand 1 "" ""))
(pc)))