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:42 +0000 (18:19 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 3 Jun 1999 00:19:42 +0000 (18:19 -0600)
commitb1d26727ac4276f7f71b90530b2103afedd55b71
treeb23daa7619a2d8de0701952f2424c2c285af000a
parentcd5828a94ee14ca00adfae9d37b6808128e1193d
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: r27321
gcc/gcse.c