Commit 1570a704 by Ian Lance Taylor Committed by Ian Lance Taylor

lower-subreg.c (decompose_multiword_subregs): If we change an insn, call remove_retval_note on it.

	* lower-subreg.c (decompose_multiword_subregs): If we change an
	insn, call remove_retval_note on it.

From-SVN: r124969
parent 1897129f
2007-05-22 Ian Lance Taylor <iant@google.com>
* lower-subreg.c (decompose_multiword_subregs): If we change an
insn, call remove_retval_note on it.
2007-05-22 Richard Sandiford <rsandifo@nildram.co.uk>
* regs.h (end_hard_regno): New function.
......
......@@ -1128,6 +1128,8 @@ decompose_multiword_subregs (bool update_life)
{
changed = true;
remove_retval_note (insn);
recog_memoized (insn);
extract_insn (insn);
......@@ -1157,6 +1159,8 @@ decompose_multiword_subregs (bool update_life)
i = apply_change_group ();
gcc_assert (i);
remove_retval_note (insn);
changed = true;
}
}
......
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