ipa-inline.c (enum inlining_mode): Remove.
authorRichard Guenther <rguenther@suse.de>
Wed, 6 Apr 2011 10:16:30 +0000 (10:16 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 6 Apr 2011 10:16:30 +0000 (10:16 +0000)
commit275b4baa7103f181bf0d7a7e3b97497d6b678ce6
tree043ab711d364844f688000af0f85a685eafed6c6
parent9adc580c20178d9f9924b90a8f6b7ad22da31037
ipa-inline.c (enum inlining_mode): Remove.

2011-04-06  Richard Guenther  <rguenther@suse.de>

* ipa-inline.c (enum inlining_mode): Remove.
(cgraph_flatten): Use some other token.
(cgraph_edge_early_inlinable_p): New function, split out from ...
(cgraph_perform_always_inlining): New function, split out from ...
(cgraph_decide_inlining_incrementally): ... here.
(cgraph_mark_inline_edge): Adjust.
(cgraph_early_inlining): Re-structure.
(pass_early_inline): Require SSA form.

From-SVN: r172033
gcc/ChangeLog
gcc/ipa-inline.c