math: ignore byte swaps
commit6b846942997a7761e18f5d8dddd7a84f0239cef6
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Jul 2016 10:49:08 +0000 (15 13:49 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Jul 2016 21:44:52 +0000 (17 00:44 +0300)
tree9a7f80ece7daf065c2ca370ed34aa2842ac3a2ec
parent5f33eb11f5f68ca34c83e039bf8a7e0aaef38e18
math: ignore byte swaps

This is in line with previous patches.  When you bytes swap a value, it's
easiest to pretend that it's still the same value.  That way you have
recorded it for when you byte swap it back to the original.

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