last insn created by the splitter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54535
138bc75d-0d04-0410-961f-
82ee72b054a4
2002-06-11 Jeffrey Law <law@redhat.com>
+ * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
+ last insn created by the splitter.
+
* caller-save.c (init_caller_save): Move creation of SAVEINSN
and RESTINSN into into the scope of the sequence.
usage count so we don't delete the label. */
if (GET_CODE (trial) == INSN)
{
- insn = last_insn;
+ insn = insn_last;
while (insn != NULL_RTX)
{
if (GET_CODE (insn) == INSN)