diff options
Diffstat (limited to 'gcc/tree-ssa-uncprop.c')
-rw-r--r-- | gcc/tree-ssa-uncprop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c index a43dd1a..41f4bd8 100644 --- a/gcc/tree-ssa-uncprop.c +++ b/gcc/tree-ssa-uncprop.c @@ -594,7 +594,6 @@ const pass_data pass_data_uncprop = GIMPLE_PASS, /* type */ "uncprop", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_TREE_SSA_UNCPROP, /* tv_id */ ( PROP_cfg | PROP_ssa ), /* properties_required */ |