From: Jeff Law Date: Thu, 3 Jun 1999 00:19:36 +0000 (-0600) Subject: gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd5828a94ee14ca00adfae9d37b6808128e1193d;p=gcc.git 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 --- 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: