c-common.c (verify_tree): Don't check code length if we know we are handling tcc_unary.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 8 Dec 2004 06:39:00 +0000 (06:39 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 8 Dec 2004 06:39:00 +0000 (06:39 +0000)
commitac1b13f457ad72970d58b53ef88b45ddab522d41
treeb3753723eec1f756b6a00d572ba8b10d57776fb3
parent7fd64ba3723e2217309315b2399ae13b247574df
c-common.c (verify_tree): Don't check code length if we know we are handling tcc_unary.

* c-common.c (verify_tree): Don't check code length if we know
we are handling tcc_unary.
* print_tree.c (print_node): Remove code to handle RTL
appearing as a part of a tree node.
* tree-gimple.c (recalculate_side_effects): Rename fro as len.
* tree.c (build1_stat): Don't check TREE_CODE_LENGTH.
(PROCESS_ARG): Don't refer to fro.
(build2_stat, build3_stat, build4_stat): Don't compute fro.

From-SVN: r91855
gcc/ChangeLog
gcc/c-common.c
gcc/print-tree.c
gcc/tree-gimple.c
gcc/tree.c