summaryrefslogtreecommitdiff
path: root/gcc/passes.def
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-03-10 12:30:44 +0100
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:45:49 +0200
commitb7ba6db3b96beef7a48f21da80d6c3fa415e5fd3 (patch)
treefa68fc4f890a8060ede101f519bbc09c810617d7 /gcc/passes.def
parent44c1d94d9f670e8b359bd7f34447456de424d559 (diff)
Changes pass name to type-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 d816b1392ab..e8e3c4a2e5d 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_type_escape_analysis);
NEXT_PASS (pass_ipa_cp);
NEXT_PASS (pass_ipa_sra);
NEXT_PASS (pass_ipa_cdtor_merge);