* tree-into-ssa.c (ann): Remove ann.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 9 Mar 2005 11:33:22 +0000 (11:33 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 9 Mar 2005 11:33:22 +0000 (11:33 +0000)
From-SVN: r96185

gcc/ChangeLog
gcc/tree-into-ssa.c

index 20fb6b2..d73378d 100644 (file)
@@ -24,6 +24,8 @@
 
        * tree-eh.c (tree_could_trap_p): Remove idx.
 
+       * tree-into-ssa.c (ann): Remove ann.
+
 2005-03-08  Jeff Law  <law@redhat.com>
 
        * tree-cfg.c (cleanup_control_flow): If removal of a computed
index 271c1ff..fa1d0da 100644 (file)
@@ -819,14 +819,12 @@ rewrite_stmt (struct dom_walk_data *walk_data ATTRIBUTE_UNUSED,
              basic_block bb ATTRIBUTE_UNUSED,
              block_stmt_iterator si)
 {
-  stmt_ann_t ann;
   tree stmt;
   use_operand_p use_p;
   def_operand_p def_p;
   ssa_op_iter iter;
 
   stmt = bsi_stmt (si);
-  ann = stmt_ann (stmt);
 
   /* If mark_def_sites decided that we don't need to rewrite this
      statement, ignore it.  */