X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc.c;h=8bba618986d66b9086be23e35aa84a30c0eeeb43;hb=ee28420630f7e30201de21f35ba03a48e250310c;hp=5770604aa3051ce96ae60becbda512772a2dee16;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/opt/reassoc.c b/ir/opt/reassoc.c index 5770604aa..8bba61898 100644 --- a/ir/opt/reassoc.c +++ b/ir/opt/reassoc.c @@ -517,7 +517,7 @@ static int reassoc_Shl(ir_node **node) { return 0; blk = get_nodes_block(n); - c = new_r_Const(current_ir_graph, blk, mode, tv); + c = new_Const(tv); irn = new_rd_Mul(get_irn_dbg_info(n), current_ir_graph, blk, x, c, mode); if (irn != n) {