diff options
Diffstat (limited to 'gcc/stack-ptr-mod.c')
-rw-r--r-- | gcc/stack-ptr-mod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stack-ptr-mod.c b/gcc/stack-ptr-mod.c index 1b339cd45fa..3f126c35b1c 100644 --- a/gcc/stack-ptr-mod.c +++ b/gcc/stack-ptr-mod.c @@ -96,6 +96,7 @@ struct rtl_opt_pass pass_stack_ptr_mod = { RTL_PASS, "*stack_ptr_mod", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ NULL, /* gate */ rest_of_handle_stack_ptr_mod, /* execute */ NULL, /* sub */ |