math: improve how known logical operations are handled
commitdf7c91199197e9a1b9a62cf5e1d516208512d248
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 11 Oct 2012 12:17:41 +0000 (11 15:17 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 11 Oct 2012 12:17:41 +0000 (11 15:17 +0300)
tree363bacec2347cc30f5896f723b40ab9f17713ae9
parentd6b4ff02202b5af6dc4ce4d315a080cc2e8c24ab
math: improve how known logical operations are handled

If we the logical operation is known to be true or false then use 1 or 0.
Perhaps this is a config option or something like that.

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