OSDN Git Service

2010-09-22 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Sep 2010 14:44:13 +0000 (14:44 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Sep 2010 14:44:13 +0000 (14:44 +0000)
commitd1ead98b44fdd0d7974811ebdac44fc950594b9c
tree81fd9fa9af57c0df9a156c97930d408557c285c8
parentc389f975104efe8809e484176ce7767de6389a54
2010-09-22  Richard Guenther  <rguenther@suse.de>

* tree-inline.c (optimize_inline_calls): Schedule cleanups
only if we inlined something.  Block compaction and conditional
folding are done by cfg cleanup.  Schedule update-address-taken.
(tree_function_versioning): Remove redundant call to number_blocks.
* tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
folding is done by cfg cleanup.
* passes.c (init_optimization_passes): Remove update-address-taken
pass after IPA inlining.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164525 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/passes.c
gcc/tree-inline.c
gcc/tree-optimize.c