Commit 184d1bb5 by Kazu Hirata Committed by Kazu Hirata

* tree-into-ssa.c (ann): Remove ann.

From-SVN: r96185
parent 29b86a49
......@@ -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
......
......@@ -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. */
......
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