diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
-rw-r--r-- | gcc/tree-tailcall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 9ad25d8..f7beaef 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -1100,7 +1100,7 @@ const pass_data pass_data_tail_recursion = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_verify_ssa, /* todo_flags_finish */ + 0, /* todo_flags_finish */ }; class pass_tail_recursion : public gimple_opt_pass @@ -1141,7 +1141,7 @@ const pass_data pass_data_tail_calls = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_verify_ssa, /* todo_flags_finish */ + 0, /* todo_flags_finish */ }; class pass_tail_calls : public gimple_opt_pass |