Commit 36f66f30 by Richard Kenner

For all dbra pattern, change constraint from 'g' to 'd*g'.

From-SVN: r10263
parent 7af4e697
...@@ -5650,7 +5650,7 @@ ...@@ -5650,7 +5650,7 @@
(define_insn "" (define_insn ""
[(set (pc) [(set (pc)
(if_then_else (if_then_else
(ne (match_operand:HI 0 "general_operand" "+g") (ne (match_operand:HI 0 "general_operand" "+d*g")
(const_int 0)) (const_int 0))
(label_ref (match_operand 1 "" "")) (label_ref (match_operand 1 "" ""))
(pc))) (pc)))
...@@ -5693,7 +5693,7 @@ ...@@ -5693,7 +5693,7 @@
(define_insn "" (define_insn ""
[(set (pc) [(set (pc)
(if_then_else (if_then_else
(ne (match_operand:SI 0 "general_operand" "+g") (ne (match_operand:SI 0 "general_operand" "+d*g")
(const_int 0)) (const_int 0))
(label_ref (match_operand 1 "" "")) (label_ref (match_operand 1 "" ""))
(pc))) (pc)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment