diff --git a/src/ssa.c b/src/ssa.c index 8b2c1511..59cf647d 100644 --- a/src/ssa.c +++ b/src/ssa.c @@ -903,8 +903,6 @@ void bb_unwind_phi(func_t *func, basic_block_t *bb) for (phi_operand_t *operand = insn->phi_ops; operand; operand = operand->next) append_unwound_phi_insn(operand->from, insn->rd, operand->var); - /* TODO: Release memory allocated for phi instruction to prevent leaks - */ } bb->insn_list.head = insn;