diff options
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index acc96341d65..70da7c8c284 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -146,6 +146,7 @@ struct rtl_opt_pass pass_cleanup_barriers = { RTL_PASS, "barriers", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ NULL, /* gate */ cleanup_barriers, /* execute */ NULL, /* sub */ |