diff options
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r-- | gcc/ipa.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -735,7 +735,6 @@ const pass_data pass_data_ipa_free_inline_summary = SIMPLE_IPA_PASS, /* type */ "*free_inline_summary", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_IPA_FREE_INLINE_SUMMARY, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -1047,7 +1046,6 @@ const pass_data pass_data_ipa_cdtor_merge = IPA_PASS, /* type */ "cdtor", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_CGRAPHOPT, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -1273,7 +1271,6 @@ const pass_data pass_data_ipa_single_use = IPA_PASS, /* type */ "single-use", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_CGRAPHOPT, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ |