diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-07-29 15:41:01 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-29 15:41:01 -0600 |
commit | 47d41103c544ec845b1ffa9d58d9bac571373e62 (patch) | |
tree | ede87237fa645f1086de63b6dc17cd58d9f8be84 /gcc | |
parent | a238cd8bd12400c330fc94ac4f911ad5d3848395 (diff) | |
download | gcc-47d41103c544ec845b1ffa9d58d9bac571373e62.zip gcc-47d41103c544ec845b1ffa9d58d9bac571373e62.tar.gz gcc-47d41103c544ec845b1ffa9d58d9bac571373e62.tar.bz2 |
unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO or UNROLL_COMPLETELY loop that starts with a...
�
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ea6d86..82c84e7 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 <edelsohn@mhpcc.edu> * rs6000/rs6000.md (absdi2 define_split): Swap operands of MINUS. |