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/recog.c | |
parent | badff076649bf7f653a97999208b15fa8062b695 (diff) | |
parent | 5c3f3470f97a047819f593b60db38cf7a34b8187 (diff) | |
download | gcc-6c86f9ee277f12c56e5e0bd13ca228cf5fb6d88a.tar.gz |
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/recog.c')
-rw-r--r-- | gcc/recog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 653c5358b74..2f5cf8eb577 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -3876,7 +3876,7 @@ const pass_data pass_data_peephole2 = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - ( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */ + TODO_df_finish, /* todo_flags_finish */ }; class pass_peephole2 : public rtl_opt_pass @@ -4080,7 +4080,7 @@ const pass_data pass_data_split_before_sched2 = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_verify_flow, /* todo_flags_finish */ + 0, /* todo_flags_finish */ }; class pass_split_before_sched2 : public rtl_opt_pass @@ -4128,7 +4128,7 @@ const pass_data pass_data_split_for_shorten_branches = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_verify_rtl_sharing, /* todo_flags_finish */ + 0, /* todo_flags_finish */ }; class pass_split_for_shorten_branches : public rtl_opt_pass |