2008-09-09 Richard Guenther <rguenther@suse.de>
commitd266354c81c0450245f1b75c8d36765823c4c173
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Sep 2008 13:54:08 +0000 (9 13:54 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Sep 2008 13:54:08 +0000 (9 13:54 +0000)
tree5094fbcc2ba7b8fe69b3b9b182c21cdb8ea4d116
parent54003dcf8df704c11a23544d54ecd2f182aff26d
2008-09-09  Richard Guenther  <rguenther@suse.de>

* tree-cfg.c (verify_types_in_gimple_op): Remove.
(verify_types_in_gimple_call): Rename to ...
(verify_gimple_call): ... this.  Enhance.
(verify_types_in_gimple_cond): Remove.
(verify_gimple_comparison): New function ...
(verify_types_in_gimple_assign): ... split out from here.
(verify_types_in_gimple_return): Rename to ...
(verify_gimple_return): ... this.  Enhance.
(verify_types_in_gimple_switch): Rename to ...
(verify_gimple_switch): ... this.  Enhance.
(verify_gimple_goto): New function.
(verify_types_in_gimple_phi): Rename to ...
(verify_gimple_phi): ... this.  Enhance.
(verify_types_in_gimple_stmt): Adjust calls to helper functions.
Fold in single-statement cases from verify_types_in_gimple_seq_2.
(verify_types_in_gimple_seq_2): Remove cases handled in
verify_types_in_gimple_stmt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140150 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-cfg.c