diff options
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r-- | gcc/tree-cfgcleanup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index b7882cf..914523d 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -1048,7 +1048,6 @@ const pass_data pass_data_merge_phi = GIMPLE_PASS, /* type */ "mergephi", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_TREE_MERGE_PHI, /* tv_id */ ( PROP_cfg | PROP_ssa ), /* properties_required */ @@ -1133,7 +1132,6 @@ const pass_data pass_data_cleanup_cfg_post_optimizing = GIMPLE_PASS, /* type */ "optimized", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_TREE_CLEANUP_CFG, /* tv_id */ PROP_cfg, /* properties_required */ |