math: tweak get_fuzzy_math()
commitdf336c84d0752586d39e34e897d557d832a60662
authorDan Carpenter <dan.carpenter@oracle.com>
Sun, 3 Feb 2013 20:45:21 +0000 (3 23:45 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sun, 3 Feb 2013 20:45:21 +0000 (3 23:45 +0300)
tree06d5cdd670bfe518505f165f76d5fff74ab805c6
parentc634a76fdb77c8f974493f98d9f19135054981dd
math: tweak get_fuzzy_math()

Instead of calling get_implied_min() it already gets the estate and
figures out the implied min on its own.  This is more efficient.

Also I want get_implied_min() to be able to return s32min.  That's how
get max works and it's cleaner.

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