diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 5c06c1f2eff..e501b4b1c1f 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -4677,6 +4677,7 @@ struct rtl_opt_pass pass_expand = { RTL_PASS, "expand", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ NULL, /* gate */ gimple_expand_cfg, /* execute */ NULL, /* sub */ |