just remove interpreter support for endianness mismatches. This was
authorChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 22:50:28 +0000 (22:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 22:50:28 +0000 (22:50 +0000)
commit3bc14202abb27a256e9aa05e697a792b679cdb16
tree5ec0165b2b854735c015814f0bf999cb5b9e44c0
parent9f3ff92ca81fbceaa8ba805893f64f2a39f525d7
just remove interpreter support for endianness mismatches.  This was
really old code from when we were running sparcv9 bc files on x86
(before I ported llvm-gcc 3 to work on x86) :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp