summaryrefslogtreecommitdiff
path: root/gcc/passes.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/passes.def')
-rw-r--r--gcc/passes.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/passes.def b/gcc/passes.def
index 2163020c79e..795b0dff667 100644
--- a/gcc/passes.def
+++ b/gcc/passes.def
@@ -150,8 +150,6 @@ along with GCC; see the file COPYING3. If not see
NEXT_PASS (pass_ipa_profile);
NEXT_PASS (pass_ipa_icf);
NEXT_PASS (pass_ipa_devirt);
- NEXT_PASS (pass_ipa_type_escape_analysis);
- NEXT_PASS (pass_ipa_hello_world);
NEXT_PASS (pass_ipa_cp);
NEXT_PASS (pass_ipa_sra);
NEXT_PASS (pass_ipa_cdtor_merge);
@@ -175,8 +173,6 @@ along with GCC; see the file COPYING3. If not see
NEXT_PASS (pass_materialize_all_clones);
NEXT_PASS (pass_ipa_type_escape_analysis);
NEXT_PASS (pass_ipa_structure_reorg);
- NEXT_PASS (pass_ipa_hello_world);
- NEXT_PASS (pass_ipa_prototype);
NEXT_PASS (pass_ipa_pta);
NEXT_PASS (pass_omp_simd_clone);
TERMINATE_PASS_LIST (all_late_ipa_passes)