diff options
Diffstat (limited to 'gcc/tree-stdarg.c')
-rw-r--r-- | gcc/tree-stdarg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-stdarg.c b/gcc/tree-stdarg.c index fca2e8e..1b0e6d3 100644 --- a/gcc/tree-stdarg.c +++ b/gcc/tree-stdarg.c @@ -960,6 +960,7 @@ struct gimple_opt_pass pass_stdarg = { GIMPLE_PASS, "stdarg", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_optimize_stdarg, /* gate */ execute_optimize_stdarg, /* execute */ NULL, /* sub */ |