Commit 90a1c3ce by Daniel Jacobowitz Committed by Daniel Jacobowitz

reorg.c (emit_delay_sequence): Move insn locator from the first insn to the sequence.

	* reorg.c (emit_delay_sequence): Move insn locator from the
	first insn to the sequence.

From-SVN: r129651
parent 0f1e3321
2007-10-26 Daniel Jacobowitz <dan@codesourcery.com>
* reorg.c (emit_delay_sequence): Move insn locator from the
first insn to the sequence.
2007-10-26 Samuel Tardieu <sam@rfc1149.net>
* ipa-pure-const.c (check_decl): Return immediately when
......@@ -512,6 +512,9 @@ emit_delay_sequence (rtx insn, rtx list, int length)
INSN_DELETED_P (delay_insn) = 0;
PREV_INSN (delay_insn) = PREV_INSN (seq_insn);
INSN_LOCATOR (seq_insn) = INSN_LOCATOR (delay_insn);
INSN_LOCATOR (delay_insn) = 0;
for (li = list; li; li = XEXP (li, 1), i++)
{
rtx tem = XEXP (li, 0);
......
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