summaryrefslogtreecommitdiff
path: root/gcc/passes.def
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-06 12:16:17 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:46:18 +0200
commitb86c14c18c906dbafff9e373a031a4c55e7cfd0e (patch)
treeea0ff46f3fa7ddde3aaee0b20fb4b2d90f6b646f /gcc/passes.def
parent941c94747007e50ccaae6e94cf0402ff5bb63d43 (diff)
experiment with alias
Diffstat (limited to 'gcc/passes.def')
-rw-r--r--gcc/passes.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/passes.def b/gcc/passes.def
index 2bf2cb78fc5..66f333f81dc 100644
--- a/gcc/passes.def
+++ b/gcc/passes.def
@@ -149,6 +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_cp);
NEXT_PASS (pass_ipa_sra);
NEXT_PASS (pass_ipa_cdtor_merge);