]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-inline.c
tree-inline.c (copy_bb): Insert new statements to statements_to_fold set.
authorJan Hubicka <jh@suse.cz>
Thu, 4 Jan 2007 08:56:05 +0000 (09:56 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 4 Jan 2007 08:56:05 +0000 (08:56 +0000)
commitb8a00a4dcb742df10a4d3027fc274658c0330940
treecc1c513083616555771818561214fc727235e351
parentfa9585134f6f58fa0d3da3ca4ad5493855aea2dc
tree-inline.c (copy_bb): Insert new statements to statements_to_fold set.

* tree-inline.c (copy_bb): Insert new statements to statements_to_fold
set.
(fold_marked_statements): New function.
(optimize_inline_calls, tree_function_versioning): Fold new statements.
* tree-inline.h (copy_body_data): Add statemetns_to_fold.

From-SVN: r120430
gcc/ChangeLog
gcc/tree-inline.c
gcc/tree-inline.h