diff options
Diffstat (limited to 'gcc/bt-load.c')
-rw-r--r-- | gcc/bt-load.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/bt-load.c b/gcc/bt-load.c index 4fa68f1..d44917f 100644 --- a/gcc/bt-load.c +++ b/gcc/bt-load.c @@ -1515,7 +1515,6 @@ const pass_data pass_data_branch_target_load_optimize1 = RTL_PASS, /* type */ "btl1", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ @@ -1584,7 +1583,6 @@ const pass_data pass_data_branch_target_load_optimize2 = RTL_PASS, /* type */ "btl2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ |