sval: hack is so get_absolute_min/max_sval() never fails
commite7679c9e71a205fe34b64ab896aa371f7c4f33ff
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Nov 2012 17:35:15 +0000 (9 20:35 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Nov 2012 17:35:15 +0000 (9 20:35 +0300)
tree13a60babb1e44cbec6b1a9bf212e391c91809854
parent0c70a65e690d8fee705fead43ceab50c1a1ec5aa
sval: hack is so get_absolute_min/max_sval() never fails

Back in the day we could just return whole_range.min/max so these never
failed.  These days we care about the type and there are some times when
we don't know the type so they can fail.  Instead of fixing the callers
I have implemented a temporary hack for now.  Sorry.

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