Fix a really horrible problem that causes the JIT to miscompile any program
authorChris Lattner <sabre@nondot.org>
Thu, 12 May 2005 06:01:28 +0000 (06:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 May 2005 06:01:28 +0000 (06:01 +0000)
commit4b3141d3245d93a62b466818b94ba039a4e3202f
tree7c1c5575629705e5064b3538d5e256423f9086b6
parentb9fa3bc8f39bf1e8df48b85eae4563032dd20bfc
Fix a really horrible problem that causes the JIT to miscompile any program
that use 64-bit integers on 32-bit hosts.

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