diff options
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 5bbf0bde937..214a466bd46 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -13817,6 +13817,7 @@ struct rtl_opt_pass pass_combine = { RTL_PASS, "combine", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_handle_combine, /* gate */ rest_of_handle_combine, /* execute */ NULL, /* sub */ |