diff options
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index 91b5fc83667..41e88eb2118 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -2063,8 +2063,6 @@ static void rewrite_update_enter_block (struct dom_walk_data *walk_data ATTRIBUTE_UNUSED, basic_block bb) { - edge e; - edge_iterator ei; bool is_abnormal_phi; gimple_stmt_iterator gsi; @@ -2832,8 +2830,6 @@ create_new_def_for (tree old_name, gimple stmt, def_operand_p def) if (gimple_code (stmt) == GIMPLE_PHI) { - edge e; - edge_iterator ei; basic_block bb = gimple_bb (stmt); /* If needed, mark NEW_NAME as occurring in an abnormal PHI node. */ |