* integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.
From-SVN: r41868
This commit is contained in:
parent
45053eaf0b
commit
e00c13387a
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-05-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.
|
||||
|
||||
2001-05-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* except.c (remove_fixup_regions): Adjust REG_EH_REGION notes
|
||||
|
|
|
@ -1536,6 +1536,11 @@ copy_insn_list (insns, map, static_chain_value)
|
|||
else
|
||||
NOTE_BLOCK (copy) = *mapped_block_p;
|
||||
}
|
||||
else if (copy
|
||||
&& NOTE_LINE_NUMBER (copy) == NOTE_INSN_EXPECTED_VALUE)
|
||||
NOTE_EXPECTED_VALUE (copy)
|
||||
= copy_rtx_and_substitute (NOTE_EXPECTED_VALUE (insn),
|
||||
map, 0);
|
||||
}
|
||||
else
|
||||
copy = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue