diff options
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r-- | gcc/store-motion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c index f6712f49bc3..20bc24e208c 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.c @@ -1238,6 +1238,7 @@ struct rtl_opt_pass pass_rtl_store_motion = { RTL_PASS, "store_motion", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_rtl_store_motion, /* gate */ execute_rtl_store_motion, /* execute */ NULL, /* sub */ |