mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 23:45:27 +08:00
* loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
From-SVN: r35102
This commit is contained in:
parent
376e12ab34
commit
adbc4b32ac
@ -1,3 +1,7 @@
|
||||
2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
|
||||
|
||||
* loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
|
||||
|
||||
2000-07-17 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* Makefile.in (clean): Remove libgcc directory.
|
||||
|
@ -7801,7 +7801,7 @@ check_dbra_loop (loop, insn_count)
|
||||
tests with more than one condition. */
|
||||
|
||||
rtx jump1;
|
||||
if ((jump1 = prev_nonnote_insn (jump)) != loop_continue)
|
||||
if ((jump1 = prev_nonnote_insn (jump)) != loop->cont)
|
||||
if (GET_CODE (jump1) == JUMP_INSN))
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user