Commit 5396a142 by Kazu Hirata Committed by Kazu Hirata

tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call update_stmt.

	* tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call
	update_stmt.

From-SVN: r99216
parent 0cc39082
......@@ -10,6 +10,9 @@
combine_var_copies_in_loop_exit, release_var_copies): Use VEC
instead of VARRAY.
* tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call
update_stmt.
2004-05-03 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/15618
......
......@@ -5416,7 +5416,6 @@ rewrite_address_base (block_stmt_iterator *bsi, tree *op, tree with)
}
TREE_OPERAND (copy, 0) = new_name;
update_stmt (copy);
bsi_insert_before (bsi, copy, BSI_SAME_STMT);
with = new_name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment