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:56 +0000 (03:05 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 15 Jan 1999 10:05:56 +0000 (03:05 -0700)
commit98dcbc07f5136e439c5fb254fe94ed32e959c23c
tree619b471570a1cb06192dfa615752214a0e07bc47
parent9f16f9324c40bfe04279994e8a32a19e5fef5b58
unroll.c (loop_iterations): Return 0 if the last loop insn is not a jump insn or if...

8
* 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: r24680
gcc/unroll.c