[ubsan][mips] Revise r243384 to avoid special casing big-endian mips.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 11 Aug 2015 18:40:02 +0000 (18:40 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 11 Aug 2015 18:40:02 +0000 (18:40 +0000)
commit1f4bd3dd89688ff740430d3daee2138e418280e9
tree9333e74541a0d25d454fef7af21c2c328027cf58
parent0e58a9d82b06d6e3cf9762157981f3c824c60def
[ubsan][mips] Revise r243384 to avoid special casing big-endian mips.

Account for the case when uptr is 32-bit instead of trying to fix this case
using the little endian path.

llvm-svn: 244646
compiler-rt/lib/ubsan/ubsan_value.cc