Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -82,7 +82,6 @@ public static Instr optInstr(IRScope s, Instr instr, Map<Operand,Operand> valueM
if (!instr.hasSideEffects()) {
if (instr instanceof CopyInstr) {
if (res.equals(val) && instr.canBeDeletedFromScope(s)) {
System.out.println("DEAD: marking instr dead!!");
instr.markDead();
}
} else {

0 comments on commit 2f3bbdc

Please sign in to comment.