]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-cfg.c (verify_types_in_gimple_op): Remove.
authorRichard Guenther <rguenther@suse.de>
Tue, 9 Sep 2008 13:54:08 +0000 (13:54 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 9 Sep 2008 13:54:08 +0000 (13:54 +0000)
commitb59d39763b34536f6357a98a622908de83e152e6
tree5094fbcc2ba7b8fe69b3b9b182c21cdb8ea4d116
parent3fb1916bb064eaff41a8470a5a4b155415517df1
tree-cfg.c (verify_types_in_gimple_op): Remove.

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.

From-SVN: r140150
gcc/ChangeLog
gcc/tree-cfg.c