diff options
Diffstat (limited to 'gcc/tree-ssa-loop-ch.c')
-rw-r--r-- | gcc/tree-ssa-loop-ch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-loop-ch.c b/gcc/tree-ssa-loop-ch.c index c43819ab3d8..7afcc914171 100644 --- a/gcc/tree-ssa-loop-ch.c +++ b/gcc/tree-ssa-loop-ch.c @@ -260,6 +260,7 @@ struct gimple_opt_pass pass_ch = { GIMPLE_PASS, "ch", /* name */ + OPTGROUP_LOOP, /* optinfo_flags */ gate_ch, /* gate */ copy_loop_headers, /* execute */ NULL, /* sub */ |