function_hooks: add a local_debug message for impossible comparisons
commit6b8c373ceae7d1ca1bc0df06dee997f305bfc908
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Oct 2017 07:06:57 +0000 (5 10:06 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Oct 2017 07:06:57 +0000 (5 10:06 +0300)
tree333608f178460f518f9237f70490020052143f52
parent19f5e2551a96c8ffccd8bbd9f65cc3c11e292802
function_hooks: add a local_debug message for impossible comparisons

smatch_function_hooks.c is pretty much the only place where I push
local_debug messages because they're often a source of confusion.  I print
messages when we cull other paths but I missed when we handle comparisons.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_function_hooks.c