OSDN Git Service

2008-08-29 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-copy.c
index c228725..654ba95 100644 (file)
@@ -829,7 +829,7 @@ copy_prop_visit_phi_node (gimple phi)
 {
   enum ssa_prop_result retval;
   unsigned i;
-  prop_value_t phi_val = { 0, NULL_TREE, NULL_TREE };
+  prop_value_t phi_val = { 0, NULL_TREE };
 
   tree lhs = gimple_phi_result (phi);