We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e95fccc + 3a32201 commit f265042Copy full SHA for f265042
src/ssa.c
@@ -903,8 +903,6 @@ void bb_unwind_phi(func_t *func, basic_block_t *bb)
903
for (phi_operand_t *operand = insn->phi_ops; operand;
904
operand = operand->next)
905
append_unwound_phi_insn(operand->from, insn->rd, operand->var);
906
- /* TODO: Release memory allocated for phi instruction to prevent leaks
907
- */
908
}
909
910
bb->insn_list.head = insn;
0 commit comments