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

From-SVN: r54726
This commit is contained in:
Alan Modra 2002-06-18 00:24:51 +00:00 committed by Alan Modra
parent 2230956580
commit 147d5f6f76
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
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.
2002-06-17 Matt Kraai <kraai@alumni.cmu.edu>

View File

@ -4284,8 +4284,8 @@
(label_ref (match_operand 1 "" ""))
(pc)))
(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"
[(set_attr "itanium_class" "br")