unroll.c (loop_iterations): Return 0 if the last loop insn is not a jump insn or...
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Fri, 15 Jan 1999 10:05:54 +0000 (03:05 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 15 Jan 1999 10:05:54 +0000 (03:05 -0700)
commit9f16f9324c40bfe04279994e8a32a19e5fef5b58
tree026003b66ef286b422bafe1850a5aa1e76c1aec7
parent60da674b8e30a856715c06134d442faa4828196d
unroll.c (loop_iterations): Return 0 if the last loop insn is not a jump insn or if...


* unroll.c (loop_iterations): Return 0 if the last loop insn
is not a jump insn or if the loop has multiple back edges.

From-SVN: r24679
gcc/ChangeLog