function_hooks: pull is_impossible_data() into its own function
commit3feb0953a661070c776da7f88329e1739526d09d
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 11 Jul 2016 11:11:03 +0000 (11 14:11 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 11 Jul 2016 11:11:03 +0000 (11 14:11 +0300)
treef4d2a9f3981efb482f26f1629dbe81a25c6a4618
parent14d6cc3687ceee15d3fee9452ec753659a5448c6
function_hooks: pull is_impossible_data() into its own function

This doesn't change how the program runs.  I'm going to add comparison
data (as in smatch_comparison.c where we compare variables to each other
instead of a variable vs a value) and so I want to make this its own
function.

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