diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-05-19 18:41:24 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-19 18:41:24 -0600 |
commit | b87bc8f3ad3cc2ff072868b81901dd6d32c3ce62 (patch) | |
tree | c7f994929c50f3023c52974609d7fd424101a3f3 | |
parent | 13b6b42c3fd83cb075bff719afdbc0a13ac87126 (diff) | |
download | gcc-b87bc8f3ad3cc2ff072868b81901dd6d32c3ce62.zip gcc-b87bc8f3ad3cc2ff072868b81901dd6d32c3ce62.tar.gz gcc-b87bc8f3ad3cc2ff072868b81901dd6d32c3ce62.tar.bz2 |
jump.c (can_reverse_comparison_p): Do not abort if the comparison insn for a conditional jump can not be found.
�
* jump.c (can_reverse_comparison_p): Do not abort if the comparison
insn for a conditional jump can not be found.
From-SVN: r27042
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8fbee0..80c1243 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu May 20 01:40:55 1999 Jeffrey A Law (law@cygnus.com) + + * jump.c (can_reverse_comparison_p): Do not abort if the comparison + insn for a conditional jump can not be found. + Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com) * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations |