math: ranges: do subtraction handling in rl_binop()
commit131ce843f57adcb14028b098c46c13c37f69a2a7
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Sep 2017 21:30:59 +0000 (13 00:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Sep 2017 21:30:59 +0000 (13 00:30 +0300)
tree0587a1853ff7b24594ee52d7e26d3cd8a604f912
parent704c507ff919dd4b021cc85d6010171a5ed7603f
math: ranges: do subtraction handling in rl_binop()

We can do some handling of subtraction in smatch_math.c, like if there are
comparisons where "a > b", but if we just have the ranges, then do that in
smatch_ranges.c.

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