From f190f08a53d820c90835d2d50e6340fab987b91b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 26 Aug 2013 10:28:06 +0200 Subject: [PATCH] fix dupe --- ir.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ir.c b/ir.c index b77c8ba..6ffe959 100644 --- a/ir.c +++ b/ir.c @@ -2857,12 +2857,6 @@ static bool gen_blocks_recursive(code_t *code, ir_function *func, ir_block *bloc return true; } - if (stmt.opcode == INSTR_RETURN || stmt.opcode == INSTR_DONE) - { - stmt.o1.u1 = stmt.o3.u1; - stmt.o3.u1 = 0; - } - if (instr->opcode == VINSTR_COND) { ontrue = instr->bops[0]; onfalse = instr->bops[1]; -- 2.39.2