Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- simplify.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/simplify.c b/simplify.c index ddd0aa9c5..82ae97ae9 100644 --- a/simplify.c +++ b/simplify.c @@ -26,16 +26,6 @@ static struct basic_block *phi_parent(struct basic_block *source, pseudo_t pseud return first_basic_block(source->parents); } -static void clear_phi(struct instruction *insn) -{ - pseudo_t phi; - - insn->bb = NULL; - FOR_EACH_PTR(insn->phi_list, phi) { - *THIS_ADDRESS(phi) = VOID; - } END_FOR_EACH_PTR(phi); -} - static int if_convert_phi(struct instruction *insn) { pseudo_t array[3]; -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html