X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc.c;h=8bba618986d66b9086be23e35aa84a30c0eeeb43;hb=e0a2eca7e1d13c2f1ccb8a70479039c01c0c69ef;hp=db0e9a173eb6f263772f89f442ab07a140005361;hpb=f81ab0197cf9d101d6b17f2b87cd85b6eaa8a529;p=libfirm diff --git a/ir/opt/reassoc.c b/ir/opt/reassoc.c index db0e9a173..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_Const(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) {