init.c (build_vec_delete_1): Do not set DECL_REGISTER on the temporary pointer.

2009-07-17  Richard Guenther  <rguenther@suse.de>

	* init.c (build_vec_delete_1): Do not set DECL_REGISTER on the
	temporary pointer.

From-SVN: r149736
This commit is contained in:
Richard Guenther 2009-07-17 09:09:11 +00:00 committed by Richard Biener
parent 63a26b7858
commit 182bf21f32
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-17 Richard Guenther <rguenther@suse.de>
* init.c (build_vec_delete_1): Do not set DECL_REGISTER on the
temporary pointer.
2009-07-17 Aldy Hernandez <aldyh@redhat.com>
Manuel López-Ibáñez <manu@gcc.gnu.org>

View File

@ -2507,7 +2507,6 @@ build_vec_delete_1 (tree base, tree maxindex, tree type,
fold_convert (ptype, base),
virtual_size),
tf_warning_or_error);
DECL_REGISTER (tbase) = 1;
controller = build3 (BIND_EXPR, void_type_node, tbase,
NULL_TREE, NULL_TREE);
TREE_SIDE_EFFECTS (controller) = 1;