Commit 452648a8 by Eric Botcazou

Fix latest ChangeLog entry

From-SVN: r164572
parent f61c8291
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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment