]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-vect-data-refs.c
2012-08-07 Richard Guenther <rguenther@suse.de>
[thirdparty/gcc.git] / gcc / tree-vect-data-refs.c
index 3223f4b34de968213071516ddb4ce26caa8b1d50..e123bea88a0f30f84e03871e3e857b0594b7d98f 100644 (file)
@@ -4446,7 +4446,6 @@ vect_setup_realignment (gimple stmt, gimple_stmt_iterator *gsi,
   vec_dest = vect_create_destination_var (scalar_dest, vectype);
   msq = make_ssa_name (vec_dest, NULL);
   phi_stmt = create_phi_node (msq, containing_loop->header);
-  SSA_NAME_DEF_STMT (msq) = phi_stmt;
   add_phi_arg (phi_stmt, msq_init, pe, UNKNOWN_LOCATION);
 
   return msq;