From cd5828a94ee14ca00adfae9d37b6808128e1193d Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 2 Jun 1999 18:19:36 -0600 Subject: [PATCH] gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94d093a017d..8543d0a1e10 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 Revert this change: