ia64.c (ia64_reorg): Use update_life_info instead of update_life_info_in_dirty_blocks.
* config/ia64/ia64.c (ia64_reorg): Use update_life_info instead of update_life_info_in_dirty_blocks. From-SVN: r53858
This commit is contained in:
parent
f5fa9bc199
commit
8beda321a5
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-05-24 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
|
||||
of update_life_info_in_dirty_blocks.
|
||||
|
||||
2002-05-24 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR other/6782
|
||||
|
|
|
@ -6739,8 +6739,9 @@ ia64_reorg (insns)
|
|||
if (optimize == 0)
|
||||
split_all_insns (0);
|
||||
|
||||
update_life_info_in_dirty_blocks (UPDATE_LIFE_GLOBAL_RM_NOTES,
|
||||
PROP_DEATH_NOTES);
|
||||
/* ??? update_life_info_in_dirty_blocks fails to terminate during
|
||||
non-optimizing bootstrap. */
|
||||
update_life_info (NULL, UPDATE_LIFE_GLOBAL_RM_NOTES, PROP_DEATH_NOTES);
|
||||
|
||||
if (ia64_flag_schedule_insns2)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue