Commit 147d5f6f by Alan Modra Committed by Alan Modra

* config/ia64/ia64.md (doloop_end_internal): Correct rtl.

From-SVN: r54726
parent 22309565
2002-06-18 Alan Modra <amodra@bigpond.net.au> 2002-06-18 Alan Modra <amodra@bigpond.net.au>
* config/ia64/ia64.md (doloop_end_internal): Correct rtl.
* doloop.c (doloop_optimize): Extract pattern from insn. * doloop.c (doloop_optimize): Extract pattern from insn.
2002-06-17 Matt Kraai <kraai@alumni.cmu.edu> 2002-06-17 Matt Kraai <kraai@alumni.cmu.edu>
......
...@@ -4284,8 +4284,8 @@ ...@@ -4284,8 +4284,8 @@
(label_ref (match_operand 1 "" "")) (label_ref (match_operand 1 "" ""))
(pc))) (pc)))
(set (match_dup 0) (if_then_else:DI (ne (match_dup 0) (const_int 0)) (set (match_dup 0) (if_then_else:DI (ne (match_dup 0) (const_int 0))
(match_dup 0) (plus:DI (match_dup 0) (const_int -1))
(plus:DI (match_dup 0) (const_int -1))))] (match_dup 0)))]
"" ""
"br.cloop.sptk.few %l1" "br.cloop.sptk.few %l1"
[(set_attr "itanium_class" "br") [(set_attr "itanium_class" "br")
......
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