tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 29 Oct 2004 14:05:43 +0000 (14:05 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 29 Oct 2004 14:05:43 +0000 (14:05 +0000)
commitc24a4dcffae67ad72dbf83ee872abe34acaa725e
treef850779f7e0847588424ea3a7b14bd3e933cc19d
parentfe94b6534a05d437259a17ba37e3fa50f649fe84
tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.

* tree-phinodes.c (make_phi_node, resize_phi_node): Don't zero
the whole PHI node.
* tree.h (tree_phi_node): Tell the garbage collector to chase
num_args arguments.

From-SVN: r89844
gcc/ChangeLog
gcc/tree-phinodes.c
gcc/tree.h