diff options
Diffstat (limited to 'gcc/tree-call-cdce.c')
-rw-r--r-- | gcc/tree-call-cdce.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c index 2a3fd873b59..12357eb1503 100644 --- a/gcc/tree-call-cdce.c +++ b/gcc/tree-call-cdce.c @@ -920,6 +920,7 @@ struct gimple_opt_pass pass_call_cdce = { GIMPLE_PASS, "cdce", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_call_cdce, /* gate */ tree_call_cdce, /* execute */ NULL, /* sub */ |