diff options
Diffstat (limited to 'gcc/tree-loop-distribution.c')
-rw-r--r-- | gcc/tree-loop-distribution.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-loop-distribution.c b/gcc/tree-loop-distribution.c index 1ffc434f4a4..10bd29e3d5f 100644 --- a/gcc/tree-loop-distribution.c +++ b/gcc/tree-loop-distribution.c @@ -1578,6 +1578,7 @@ struct gimple_opt_pass pass_loop_distribution = { GIMPLE_PASS, "ldist", /* name */ + OPTGROUP_LOOP, /* optinfo_flags */ gate_tree_loop_distribution, /* gate */ tree_loop_distribution, /* execute */ NULL, /* sub */ |