ia64.c (ia64_reorg): Use update_life_info instead of update_life_info_in_dirty_blocks.
authorRichard Henderson <rth@redhat.com>
Fri, 24 May 2002 22:54:28 +0000 (15:54 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 24 May 2002 22:54:28 +0000 (15:54 -0700)
        * config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
        of update_life_info_in_dirty_blocks.

From-SVN: r53858

gcc/ChangeLog
gcc/config/ia64/ia64.c

index fc69284ef3f3732a95f905f828ce5696712e17fb..b52d6a6e4893e096b659fe772b066385b431a5be 100644 (file)
@@ -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
index 7e890a49f61a03acb347b697bea03f7e9494bd82..1517a8b9dfd6918aad49a3740a7a2a6401a56194 100644 (file)
@@ -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)
     {