diff options
Diffstat (limited to 'gcc/gimple-ssa-strength-reduction.c')
-rw-r--r-- | gcc/gimple-ssa-strength-reduction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-ssa-strength-reduction.c b/gcc/gimple-ssa-strength-reduction.c index 0523854027f..ad02589faee 100644 --- a/gcc/gimple-ssa-strength-reduction.c +++ b/gcc/gimple-ssa-strength-reduction.c @@ -2682,6 +2682,7 @@ struct gimple_opt_pass pass_strength_reduction = { GIMPLE_PASS, "slsr", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_strength_reduction, /* gate */ execute_strength_reduction, /* execute */ NULL, /* sub */ |