absolute: use the implied max before the type max
commit195246bd0551741f5c497e314e23a155719dd0e7
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 12 Nov 2012 12:37:24 +0000 (12 15:37 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 12 Nov 2012 12:37:24 +0000 (12 15:37 +0300)
tree3111bb8a56bc5e33bc640d38c9013616500b38a4
parent7c1a15fc653807b9e829df2d721f519e00f75360
absolute: use the implied max before the type max

Before it was only using implied values and not the implied max.  The
difference is that implied max assumes there are a range of values and
the implied value is for if there is just one implied value.

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