summaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-10 15:42:28 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-10 15:42:28 +0000
commitae9fbf3387396df035a0120ef4ea587b7a5b4b88 (patch)
tree97fbe6ddb89c02b0bcd04b49a6cde54192413bd0 /gcc/ipa-split.c
parentf789954def032c33525629d5b37be4dbe7664fc9 (diff)
downloadgcc-ae9fbf3387396df035a0120ef4ea587b7a5b4b88.tar.gz
2011-10-10 Richard Guenther <rguenther@suse.de>
* ipa-split.c (pass_split_functions): Add verification TODOs. (pass_feedback_split_functions): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r--gcc/ipa-split.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c
index b16cfb34a97..d1861e9ed54 100644
--- a/gcc/ipa-split.c
+++ b/gcc/ipa-split.c
@@ -1451,7 +1451,7 @@ struct gimple_opt_pass pass_split_functions =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- 0 /* todo_flags_finish */
+ TODO_verify_all /* todo_flags_finish */
}
};
@@ -1492,6 +1492,6 @@ struct gimple_opt_pass pass_feedback_split_functions =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- 0 /* todo_flags_finish */
+ TODO_verify_all /* todo_flags_finish */
}
};