diff options
Diffstat (limited to 'gcc/bt-load.c')
-rw-r--r-- | gcc/bt-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bt-load.c b/gcc/bt-load.c index 53c5f580461..757a3e79b57 100644 --- a/gcc/bt-load.c +++ b/gcc/bt-load.c @@ -1507,7 +1507,7 @@ const pass_data pass_data_branch_target_load_optimize1 = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_verify_rtl_sharing, /* todo_flags_finish */ + 0, /* todo_flags_finish */ }; class pass_branch_target_load_optimize1 : public rtl_opt_pass |