Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host
authorChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 18:28:44 +0000 (18:28 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 18:28:44 +0000 (18:28 +0000)
commit7471c486c03e36721bd43988774b1c43b9cc54e9
tree13d0ed3fded285309cfa320bff5a173dcdd6d080
parentc8cff9e6432a901166de2c7488d811aabfa20f48
Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host

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