diff options
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r-- | gcc/gimple-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index 677e41f..8557c83 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -194,6 +194,7 @@ struct gimple_opt_pass pass_lower_cf = { GIMPLE_PASS, "lower", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ NULL, /* gate */ lower_function_body, /* execute */ NULL, /* sub */ |