diff options
Diffstat (limited to 'gcc/tree-object-size.c')
-rw-r--r-- | gcc/tree-object-size.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c index 9a537f1c5fc..ffc3fdd1359 100644 --- a/gcc/tree-object-size.c +++ b/gcc/tree-object-size.c @@ -1268,6 +1268,7 @@ struct gimple_opt_pass pass_object_sizes = { GIMPLE_PASS, "objsz", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ NULL, /* gate */ compute_object_sizes, /* execute */ NULL, /* sub */ |