summaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-06 14:30:33 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-06 14:30:33 +0000
commit6c86f9ee277f12c56e5e0bd13ca228cf5fb6d88a (patch)
treee5e1af94eb1502ba893bd6ce4a11f68877ff62a9 /gcc/predict.c
parentbadff076649bf7f653a97999208b15fa8062b695 (diff)
parent5c3f3470f97a047819f593b60db38cf7a34b8187 (diff)
downloadgcc-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/predict.c')
-rw-r--r--gcc/predict.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index d8669e39327..165cc4e2ec6 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -3061,7 +3061,7 @@ const pass_data pass_data_profile =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_verify_ssa, /* todo_flags_finish */
+ 0, /* todo_flags_finish */
};
class pass_profile : public gimple_opt_pass
@@ -3126,7 +3126,7 @@ const pass_data pass_data_strip_predict_hints =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_verify_ssa, /* todo_flags_finish */
+ 0, /* todo_flags_finish */
};
class pass_strip_predict_hints : public gimple_opt_pass