diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-06-02 18:19:36 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-02 18:19:36 -0600 |
commit | cd5828a94ee14ca00adfae9d37b6808128e1193d (patch) | |
tree | 1e88d77a5e62da806bc7c8009df216c99f37b346 | |
parent | 9c922ec7058c1bd7e4dc496832de1192bc9b71a5 (diff) | |
download | gcc-cd5828a94ee14ca00adfae9d37b6808128e1193d.zip gcc-cd5828a94ee14ca00adfae9d37b6808128e1193d.tar.gz gcc-cd5828a94ee14ca00adfae9d37b6808128e1193d.tar.bz2 |
gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and...
�
* gcse.c (insert_insn_end_bb): Correct placement of insns when the
current block starts with a CODE_LABEL and ends with a CALL and
we can not find all the argument setup instructions for the CALL.
From-SVN: r27320
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94d093a..8543d0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 3 01:19:03 1999 Jeffrey A Law (law@cygnus.com) + + * gcse.c (insert_insn_end_bb): Correct placement of insns when the + current block starts with a CODE_LABEL and ends with a CALL and + we can not find all the argument setup instructions for the CALL. + Wed Jun 2 15:44:15 1999 Mark Mitchell <mark@codesourcery.com> Revert this change: |