diff options
Diffstat (limited to 'gcc/dce.c')
-rw-r--r-- | gcc/dce.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -793,7 +793,6 @@ const pass_data pass_data_ud_rtl_dce = RTL_PASS, /* type */ "ud_dce", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_DCE, /* tv_id */ 0, /* properties_required */ @@ -1226,7 +1225,6 @@ const pass_data pass_data_fast_rtl_dce = RTL_PASS, /* type */ "rtl_dce", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_DCE, /* tv_id */ 0, /* properties_required */ |