summaryrefslogtreecommitdiff
path: root/gcc/passes.def
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-13 15:11:33 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:46:21 +0200
commitaaffff87dc28c6cb3f08569d3164245fb92498c1 (patch)
treee248843be635e4567b6aca4862802361ccdb3f99 /gcc/passes.def
parent8b5eb52b20038577bc91974ad96f12d029912b67 (diff)
renames hello-world pass to escape-analysis
Diffstat (limited to 'gcc/passes.def')
-rw-r--r--gcc/passes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.def b/gcc/passes.def
index 66f333f81dc..853e512e227 100644
--- a/gcc/passes.def
+++ b/gcc/passes.def
@@ -149,7 +149,7 @@ 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_hello_world);
+ NEXT_PASS (pass_ipa_escape_analysis);
NEXT_PASS (pass_ipa_cp);
NEXT_PASS (pass_ipa_sra);
NEXT_PASS (pass_ipa_cdtor_merge);