emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the last insn created...
authorJeff Law <law@redhat.com>
Tue, 11 Jun 2002 23:51:24 +0000 (17:51 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 11 Jun 2002 23:51:24 +0000 (17:51 -0600)
commitc6a3fcf029e62013046f95cb88efd06e75336910
tree220e70ead859d0c33a794ebc57b97cc861d7707e
parent4c4eb375f3e90752a4c189d9a3e08fe36131e474
emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the last insn created by the splitter.

        * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
        last insn created by the splitter.

From-SVN: r54535
gcc/ChangeLog
gcc/emit-rtl.c