re PR rtl-optimization/6405 (Loop-unrolling related performance regressions)
authorRoger Sayle <roger@eyesopen.com>
Sun, 8 Sep 2002 18:32:31 +0000 (18:32 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 8 Sep 2002 18:32:31 +0000 (18:32 +0000)
commit7df988780bd6c60725929ffea906fc2e160f94df
treeca4fc1bb6a60377368ad40416a7ee08a4aaca40f
parentf40f4c8ed1f8a962169c6c39a6601cd3ca8ba91d
re PR rtl-optimization/6405 (Loop-unrolling related performance regressions)

PR optimization/6405
* unroll.c (loop_iterations): last_loop_insn should be the previous
non-note instruction before loop->end.
* loop.c (strength_reduce): The conditional jump is the last
non-note instruction before loop->end (as above).

From-SVN: r56956
gcc/ChangeLog
gcc/loop.c
gcc/unroll.c