diff options
Diffstat (limited to 'gcc/loop-init.c')
-rw-r--r-- | gcc/loop-init.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/loop-init.c b/gcc/loop-init.c index 2c2c269..d0bd4ec 100644 --- a/gcc/loop-init.c +++ b/gcc/loop-init.c @@ -320,7 +320,6 @@ const pass_data pass_data_loop2 = RTL_PASS, /* type */ "loop2", /* name */ OPTGROUP_LOOP, /* optinfo_flags */ - true, /* has_gate */ false, /* has_execute */ TV_LOOP, /* tv_id */ 0, /* properties_required */ @@ -374,7 +373,6 @@ const pass_data pass_data_rtl_loop_init = RTL_PASS, /* type */ "loop2_init", /* name */ OPTGROUP_LOOP, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_LOOP, /* tv_id */ 0, /* properties_required */ @@ -432,7 +430,6 @@ const pass_data pass_data_rtl_loop_done = RTL_PASS, /* type */ "loop2_done", /* name */ OPTGROUP_LOOP, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_LOOP, /* tv_id */ 0, /* properties_required */ @@ -485,7 +482,6 @@ const pass_data pass_data_rtl_move_loop_invariants = RTL_PASS, /* type */ "loop2_invariant", /* name */ OPTGROUP_LOOP, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_LOOP_MOVE_INVARIANTS, /* tv_id */ 0, /* properties_required */ @@ -540,7 +536,6 @@ const pass_data pass_data_rtl_unswitch = RTL_PASS, /* type */ "loop2_unswitch", /* name */ OPTGROUP_LOOP, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_LOOP_UNSWITCH, /* tv_id */ 0, /* properties_required */ @@ -607,7 +602,6 @@ const pass_data pass_data_rtl_unroll_and_peel_loops = RTL_PASS, /* type */ "loop2_unroll", /* name */ OPTGROUP_LOOP, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_LOOP_UNROLL, /* tv_id */ 0, /* properties_required */ @@ -667,7 +661,6 @@ const pass_data pass_data_rtl_doloop = RTL_PASS, /* type */ "loop2_doloop", /* name */ OPTGROUP_LOOP, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_LOOP_DOLOOP, /* tv_id */ 0, /* properties_required */ |