ipa-split.c (pass_split_functions): Add verification TODOs.
authorRichard Guenther <rguenther@suse.de>
Mon, 10 Oct 2011 15:42:28 +0000 (15:42 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 10 Oct 2011 15:42:28 +0000 (15:42 +0000)
2011-10-10  Richard Guenther  <rguenther@suse.de>

* ipa-split.c (pass_split_functions): Add verification TODOs.
(pass_feedback_split_functions): Likewise.

From-SVN: r179756

gcc/ChangeLog
gcc/ipa-split.c

index 1c78a676c14e1e1ddae9080ed1f0ef919bdf3b0b..078c997c76ae35e3f95a5882c107afebdc6558f5 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-10  Richard Guenther  <rguenther@suse.de>
+
+       * ipa-split.c (pass_split_functions): Add verification TODOs.
+       (pass_feedback_split_functions): Likewise.
+
 2011-10-10  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/50195
index b16cfb34a972519de09a61ee6cff2ebb8a699310..d1861e9ed5497bae354a2f82550a4b30a3c46f20 100644 (file)
@@ -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 */
  }
 };