summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uncprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-uncprop.c')
-rw-r--r--gcc/tree-ssa-uncprop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c
index b5e1edffeb4..aeeaa04fee6 100644
--- a/gcc/tree-ssa-uncprop.c
+++ b/gcc/tree-ssa-uncprop.c
@@ -585,6 +585,7 @@ struct gimple_opt_pass pass_uncprop =
{
GIMPLE_PASS,
"uncprop", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
gate_uncprop, /* gate */
tree_ssa_uncprop, /* execute */
NULL, /* sub */