OSDN Git Service

PR optimization/6405
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Sep 2002 18:32:31 +0000 (18:32 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Sep 2002 18:32:31 +0000 (18:32 +0000)
commit978dc23eff054e366cfc305fd6caa39597fa9032
treeca4fc1bb6a60377368ad40416a7ee08a4aaca40f
parenta6e8541314dc422496ba2518435af75ebf66d011
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).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56956 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/loop.c
gcc/unroll.c