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)
commitcd5828a94ee14ca00adfae9d37b6808128e1193d
tree1e88d77a5e62da806bc7c8009df216c99f37b346
parent9c922ec7058c1bd7e4dc496832de1192bc9b71a5
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
gcc/ChangeLog