gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts...
authorJeff Law <law@gcc.gnu.org>
Thu, 3 Jun 1999 00:19:36 +0000 (18:19 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 3 Jun 1999 00:19:36 +0000 (18:19 -0600)

        * 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

gcc/ChangeLog

index 94d093a017d9c1c37c7c3ceebba25cc24e901c92..8543d0a1e102d5926c864d204f98f01d0abf59ac 100644 (file)
@@ -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: