From 47d41103c544ec845b1ffa9d58d9bac571373e62 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 29 Jul 1998 15:41:01 -0600 Subject: [PATCH] unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO or UNROLL_COMPLETELY loop that starts with a... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO or UNROLL_COMPLETELY loop that starts with a jump to its exit code. From-SVN: r21475 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ea6d86daa4..82c84e737eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 29 22:39:21 1998 Jeffrey A Law (law@cygnus.com) + + * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO + or UNROLL_COMPLETELY loop that starts with a jump to its + exit code. + Wed Jul 29 22:18:14 1998 David Edelsohn * rs6000/rs6000.md (absdi2 define_split): Swap operands of MINUS. -- 2.30.2