diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index e673aed4fce..74e746578cd 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -1023,7 +1023,7 @@ struct tree_opt_pass pass_lower_vector_ssa = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_dump_func | TODO_rename_vars /* todo_flags_finish */ + TODO_dump_func | TODO_update_ssa /* todo_flags_finish */ | TODO_ggc_collect | TODO_verify_ssa | TODO_verify_stmts | TODO_verify_flow, 0 /* letter */ |