comparison: hack around some type bugs
commitb8c763dbac3ba33439d035ad1f288ac90bf3e678
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 24 Aug 2018 11:06:51 +0000 (24 14:06 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 24 Aug 2018 11:06:51 +0000 (24 14:06 +0300)
tree3e80d971e0355cfc2b47a496770fde626a0f8c1a
parent22d609501af6cdc5e9fbadf5e255eb15f1bd5f29
comparison: hack around some type bugs

In rl_comparison(), we were using the wrong type.

Then in combine_comparisons() it's tricky to merge UNSIGNED and normal
comparisons.  Instead of fixing properly, I just removed all the unsigned
bits...  I am a bad person.

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