Commit bb52b0b9 by Steven Bosscher

fix previous commit, include reviewer request.

From-SVN: r198037
parent 3ccb989e
......@@ -502,8 +502,6 @@ emit_delay_sequence (rtx insn, rtx list, int length)
INSN_LOCATION (seq_insn) = INSN_LOCATION (tem);
INSN_LOCATION (tem) = 0;
/* Remove any REG_DEAD notes because we can't rely on them now
that the insn has been moved. */
for (note = REG_NOTES (tem); note; note = next)
{
next = XEXP (note, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment