diff options
Diffstat (limited to 'gcc/fwprop.c')
-rw-r--r-- | gcc/fwprop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fwprop.c b/gcc/fwprop.c index 4317f51..061d533 100644 --- a/gcc/fwprop.c +++ b/gcc/fwprop.c @@ -1490,7 +1490,6 @@ const pass_data pass_data_rtl_fwprop = RTL_PASS, /* type */ "fwprop1", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_FWPROP, /* tv_id */ 0, /* properties_required */ @@ -1557,7 +1556,6 @@ const pass_data pass_data_rtl_fwprop_addr = RTL_PASS, /* type */ "fwprop2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_FWPROP, /* tv_id */ 0, /* properties_required */ |