tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call update_stmt.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 4 May 2005 13:57:40 +0000 (13:57 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 4 May 2005 13:57:40 +0000 (13:57 +0000)
* tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call
update_stmt.

From-SVN: r99216

gcc/ChangeLog
gcc/tree-ssa-loop-ivopts.c

index c9c1198..951fdf8 100644 (file)
@@ -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
index 5e3f361..00e7849 100644 (file)
@@ -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;