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 1be9b3d0..afbbb7b6 100644 --- a/simplify.c +++ b/simplify.c @@ -232,6 +232,10 @@ void kill_instruction(struct instruction *insn) if (insn->cond) kill_use(&insn->cond); return; + + case OP_ENTRY: + /* ignore */ + return; } } -- 2.10.2 -- 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