2008-09-17 Richard Guenther <rguenther@suse.de>
commitec6b51edda86f2ffa64f50bbd30b78125d7a1f78
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2008 21:42:55 +0000 (17 21:42 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2008 21:42:55 +0000 (17 21:42 +0000)
tree7fabe819327c7f2d722c200fd40771d593760da4
parent4cd62850ebaa82a9d88f5999cfdbf470a7fdbdae
2008-09-17  Richard Guenther  <rguenther@suse.de>

* tree-cfg.c (verify_types_in_gimple_assign): Rename to ...
(verify_gimple_assign): ... this.  Split into ...
(verify_gimple_assign_unary): ... this,
(verify_gimple_assign_binary): ... that,
(verify_gimple_assign_single): ... and this.
(verify_types_in_gimple_stmt): Call verify_gimple_assign.
Fix GIMPLE_CHANGE_DYNAMIC_TYPE handling.
(verify_types_in_gimple_min_lval): Handle TARGET_MEM_REF.
(verify_types_in_gimple_reference): Be forgiving with
VIEW_CONVERT_EXPRs.
(verify_gimple_phi): Deal with virtual operands.

* tree.def (PREDICT_EXPR): Change to tcc_expression.

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