diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 60b0c069f44..0404d087bbc 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -469,7 +469,6 @@ const pass_data pass_data_free_cfg = RTL_PASS, /* type */ "*free_cfg", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ @@ -3495,7 +3494,6 @@ const pass_data pass_data_into_cfg_layout_mode = RTL_PASS, /* type */ "into_cfglayout", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_CFG, /* tv_id */ 0, /* properties_required */ @@ -3532,7 +3530,6 @@ const pass_data pass_data_outof_cfg_layout_mode = RTL_PASS, /* type */ "outof_cfglayout", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_CFG, /* tv_id */ 0, /* properties_required */ |