math: fix OR handling
commit4caf8feb51b92541ca13a55c768590546f65403a
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Jan 2015 09:41:22 +0000 (9 12:41 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Jan 2015 09:41:22 +0000 (9 12:41 +0300)
tree79e8cf923b558661186696f53bc113e46868cd2c
parentcc60774ada09ede653d1c0c0497ae40f837dd78c
math: fix OR handling

Bitwise OR basically wasn't handled correctly at all.  We used to just
take the union of both sides.

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