diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-06 14:30:33 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-06 14:30:33 +0000 |
commit | 6c86f9ee277f12c56e5e0bd13ca228cf5fb6d88a (patch) | |
tree | e5e1af94eb1502ba893bd6ce4a11f68877ff62a9 /gcc/tree-complex.c | |
parent | badff076649bf7f653a97999208b15fa8062b695 (diff) | |
parent | 5c3f3470f97a047819f593b60db38cf7a34b8187 (diff) |
Merge in trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@210111 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index a97aaf974ce7..7e12c30f37c0 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -1668,7 +1668,7 @@ const pass_data pass_data_lower_complex = PROP_gimple_lcx, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - ( TODO_update_ssa | TODO_verify_stmts ), /* todo_flags_finish */ + TODO_update_ssa, /* todo_flags_finish */ }; class pass_lower_complex : public gimple_opt_pass @@ -1706,7 +1706,7 @@ const pass_data pass_data_lower_complex_O0 = PROP_gimple_lcx, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - ( TODO_update_ssa | TODO_verify_stmts ), /* todo_flags_finish */ + TODO_update_ssa, /* todo_flags_finish */ }; class pass_lower_complex_O0 : public gimple_opt_pass |