aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/passes.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/passes.def')
-rw-r--r--gcc-4.9/gcc/passes.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/passes.def b/gcc-4.9/gcc/passes.def
index dbe0d3498..4d2ea6d82 100644
--- a/gcc-4.9/gcc/passes.def
+++ b/gcc-4.9/gcc/passes.def
@@ -91,6 +91,7 @@ along with GCC; see the file COPYING3. If not see
NEXT_PASS (pass_rebuild_cgraph_edges);
NEXT_PASS (pass_inline_parameters);
POP_INSERT_PASSES ()
+ NEXT_PASS (pass_ipa_auto_profile);
NEXT_PASS (pass_ipa_free_inline_summary);
NEXT_PASS (pass_ipa_tree_profile);
PUSH_INSERT_PASSES_WITHIN (pass_ipa_tree_profile)
@@ -123,6 +124,7 @@ along with GCC; see the file COPYING3. If not see
/* These passes are run after IPA passes on every function that is being
output to the assembler file. */
INSERT_PASSES_AFTER (all_passes)
+ NEXT_PASS (pass_direct_call_profile);
NEXT_PASS (pass_fixup_cfg);
NEXT_PASS (pass_lower_eh_dispatch);
NEXT_PASS (pass_all_optimizations);