Fix latest ChangeLog entry
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 23 Sep 2010 22:19:52 +0000 (22:19 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 23 Sep 2010 22:19:52 +0000 (22:19 +0000)
From-SVN: r164572

gcc/ChangeLog

index 09b8a30e4b062cff93fe4b43d884d9546cd6241a..01019ce11048a8cad9daf9b042a7eaea3fe36a84 100644 (file)
@@ -1,9 +1,12 @@
 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
 
-       * tree-flow.h (execute_update_addresses_taken): Adjust.
+       * tree-flow.h (execute_update_addresses_taken): Remove parameter.
        * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
-       (execute_update_addresses_taken): Remove parameter and OPTIMIZE test.
-       * passes.c (execute_function_todo): Adjust calls to above function.
+       (execute_update_addresses_taken): Remove parameter.  Execute the
+       optimization unconditionally.
+       * passes.c (execute_function_todo): Call execute_update_addresses_taken
+       unconditionally if TODO_rebuild_alias is set, else only when optimizing
+       if TODO_update_address_taken is set.
 
 2010-09-23  Anatoly Sokolov  <aesok@post.ru>