summaryrefslogtreecommitdiff
path: root/gcc/passes.def
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:48:22 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:48:22 +0200
commitcf730672e416091269ef355bd4a8be5cf2a23785 (patch)
tree5c68343de00c674213e714e81eb7782869a4dc78 /gcc/passes.def
parent5e74c695ff9bef9ba000884c1d7e2b8762e90fc3 (diff)
parenta22362346872039fa01a22fc8dc2c26de16d24a0 (diff)
Merge branch 'erick/type-escape-analysis-refactor' into erick/type-escape-analysis-merge
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 8a54178a7e0..e0d2711c432 100644
--- a/gcc/passes.def
+++ b/gcc/passes.def
@@ -151,6 +151,7 @@ along with GCC; see the file COPYING3. If not see
NEXT_PASS (pass_ipa_devirt);
NEXT_PASS (pass_ipa_type_escape_analysis);
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);