summaryrefslogtreecommitdiff
path: root/gcc/tree-nrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-nrv.c')
-rw-r--r--gcc/tree-nrv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c
index f1c52d1a827..c471a72ae2e 100644
--- a/gcc/tree-nrv.c
+++ b/gcc/tree-nrv.c
@@ -275,6 +275,7 @@ struct gimple_opt_pass pass_nrv =
{
GIMPLE_PASS,
"nrv", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
gate_pass_return_slot, /* gate */
tree_nrv, /* execute */
NULL, /* sub */
@@ -360,6 +361,7 @@ struct gimple_opt_pass pass_return_slot =
{
GIMPLE_PASS,
"retslot", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
execute_return_slot_opt, /* execute */
NULL, /* sub */