math: change how MOD operations are handled
commit2e43c85e126987b120865ac14894cddc8cfbf05c
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 20 Nov 2012 12:35:19 +0000 (20 15:35 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 20 Nov 2012 12:35:19 +0000 (20 15:35 +0300)
treeb17b2f700bf9fe54e7eb443d07f3cceeeede8025
parentdc7056e3c0e650bd8cbcb3624eaf32ae5ccb1814
math: change how MOD operations are handled

This shouldn't have been handled in get_implied_range_list() it belongs
in get_implied_min/max().  Those functions had code for it, but the code
was buggy.

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