aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r--gcc/gimple-low.c1
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 */