It doesn't change anything, it's more for documentation purpose. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- simplify.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simplify.c b/simplify.c index 690fdc4e8..66550fa3d 100644 --- a/simplify.c +++ b/simplify.c @@ -231,6 +231,10 @@ void kill_instruction(struct instruction *insn) if (insn->bb_true && insn->bb_false) kill_use(&insn->cond); return; + + case OP_ENTRY: + /* ignore */ + return; } } -- 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