summaryrefslogtreecommitdiff
path: root/gcc/passes.def
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-02-04 17:52:31 +0100
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:45:30 +0200
commit7a53b0e12485576c2f6252ae60ed974b37b10b0e (patch)
treee1d9aedc4ed18ae3f756bcc45099b57d3cc66104 /gcc/passes.def
parentc64247c9fa452ffc9d587fa98a07216700ae16ba (diff)
Migrating to common API
Diffstat (limited to 'gcc/passes.def')
-rw-r--r--gcc/passes.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/passes.def b/gcc/passes.def
index 5fdd602672e..cf8b4cd9e2d 100644
--- a/gcc/passes.def
+++ b/gcc/passes.def
@@ -149,7 +149,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_hello_world);
NEXT_PASS (pass_ipa_cp);
NEXT_PASS (pass_ipa_sra);
NEXT_PASS (pass_ipa_cdtor_merge);