Fix a nasty bug that was causing miscompilation of global variables
authorChris Lattner <sabre@nondot.org>
Sun, 23 Oct 2005 23:54:56 +0000 (23:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Oct 2005 23:54:56 +0000 (23:54 +0000)
commit3db4b62c2fa43b23fa02d32a7d3253885acafb9f
treefe7b21214b2a47353463afe00a493cda69573c46
parent667eeca19ddbefd42d596afe6446c1aaa6bc136a
Fix a nasty bug that was causing miscompilation of global variables
on big endian 32-bit targets in some cases (e.g. PPC).  This fixes several
PPC JIT failures.

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