diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 054304a188a..fff342f2097 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3891,7 +3891,6 @@ const pass_data pass_data_delay_slots = RTL_PASS, /* type */ "dbr", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_DBR_SCHED, /* tv_id */ 0, /* properties_required */ @@ -3944,7 +3943,6 @@ const pass_data pass_data_machine_reorg = RTL_PASS, /* type */ "mach", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_MACH_DEP, /* tv_id */ 0, /* properties_required */ |