diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
-rw-r--r-- | gcc/tree-tailcall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 7ee00a2a319..5b1fd2b9dcf 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -1048,6 +1048,7 @@ struct gimple_opt_pass pass_tail_recursion = { GIMPLE_PASS, "tailr", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_tail_calls, /* gate */ execute_tail_recursion, /* execute */ NULL, /* sub */ @@ -1067,6 +1068,7 @@ struct gimple_opt_pass pass_tail_calls = { GIMPLE_PASS, "tailc", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_tail_calls, /* gate */ execute_tail_calls, /* execute */ NULL, /* sub */ |