Fix two problems:
authorChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 21:47:57 +0000 (21:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 21:47:57 +0000 (21:47 +0000)
commit2fdaddf44541bacb62442915ae0edc6b700157c9
treeb79c7640f1cc7afc43794a318c9aff41f33fb317
parent601899d196db343670943285c8f989534710937e
Fix two problems:
  * Load Implementation can cause unaligned memory accesses, which caused
    problems for sparc.
  * cast from pointer to pointer would zero the upper 32 bits of the pointer
    which obviously causes problems on 64 bit hosts.

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