X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftree-cfg.c;h=6bed701e5da6121e41310ebcd1b6e01f431d3373;hb=59b2314d5c91d83a75afdb223aa81990d9c7c57b;hp=a80285b131f8fa863379599cec0e267f337f2c71;hpb=3c91a8509672442a12cebf9fcfe5d8e5d2b4c121;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index a80285b131f..6bed701e5da 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -4730,9 +4730,6 @@ tree_duplicate_bb (basic_block bb) if (TREE_CODE (stmt) == LABEL_EXPR) continue; - /* Record the definitions. */ - get_stmt_operands (stmt); - FOR_EACH_SSA_TREE_OPERAND (val, stmt, op_iter, SSA_OP_ALL_DEFS) mark_for_rewrite (val); @@ -4946,7 +4943,6 @@ rewrite_to_new_ssa_names_bb (basic_block bb, htab_t map) for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) { stmt = bsi_stmt (bsi); - get_stmt_operands (stmt); ann = stmt_ann (stmt); uses = USE_OPS (ann);