From 9f16f9324c40bfe04279994e8a32a19e5fef5b58 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Fri, 15 Jan 1999 03:05:54 -0700 Subject: unroll.c (loop_iterations): Return 0 if the last loop insn is not a jump insn or if... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f15b2c4..1df7421 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 15 11:02:31 1999 Michael Hayes + + * unroll.c (loop_iterations): Return 0 if the last loop insn + is not a jump insn or if the loop has multiple back edges. + Thu Jan 14 22:38:41 1999 Jeffrey A Law (law@cygnus.com) * unroll.c (find_splittable_givs): For a DEST_ADDR giv, do not share -- cgit v1.1