diff options
Diffstat (limited to 'gcc/tree-ssa-copy.c')
-rw-r--r-- | gcc/tree-ssa-copy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c index 02f474355b7..fc26d036b3d 100644 --- a/gcc/tree-ssa-copy.c +++ b/gcc/tree-ssa-copy.c @@ -657,7 +657,6 @@ const pass_data pass_data_copy_prop = GIMPLE_PASS, /* type */ "copyprop", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_TREE_COPY_PROP, /* tv_id */ ( PROP_ssa | PROP_cfg ), /* properties_required */ |