diff options
Diffstat (limited to 'gcc/tsan.c')
-rw-r--r-- | gcc/tsan.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -745,7 +745,7 @@ const pass_data pass_data_tsan = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - ( TODO_verify_all | TODO_update_ssa ), /* todo_flags_finish */ + TODO_update_ssa, /* todo_flags_finish */ }; class pass_tsan : public gimple_opt_pass @@ -787,7 +787,7 @@ const pass_data pass_data_tsan_O0 = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - ( TODO_verify_all | TODO_update_ssa ), /* todo_flags_finish */ + TODO_update_ssa, /* todo_flags_finish */ }; class pass_tsan_O0 : public gimple_opt_pass |