diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index f2647e3..b7113aa 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -3832,7 +3832,6 @@ const pass_data pass_data_peephole2 = RTL_PASS, /* type */ "peephole2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_PEEPHOLE2, /* tv_id */ 0, /* properties_required */ @@ -3880,7 +3879,6 @@ const pass_data pass_data_split_all_insns = RTL_PASS, /* type */ "split1", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ @@ -3931,7 +3929,6 @@ const pass_data pass_data_split_after_reload = RTL_PASS, /* type */ "split2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ @@ -3993,7 +3990,6 @@ const pass_data pass_data_split_before_regstack = RTL_PASS, /* type */ "split3", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ @@ -4052,7 +4048,6 @@ const pass_data pass_data_split_before_sched2 = RTL_PASS, /* type */ "split4", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ @@ -4102,7 +4097,6 @@ const pass_data pass_data_split_for_shorten_branches = RTL_PASS, /* type */ "split5", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ |