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
This commit is contained in:
parent
1897129fc1
commit
1570a70441
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue