Simplify things significantly because GenericValue now has a single integer
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:04:04 +0000 (03:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:04:04 +0000 (03:04 +0000)
commit8fb0f190a90f34b9d94d027ed8daf5f537e4b891
treed2fb6e3e08d4b2e23647da1ef5cd4c874b43d957
parent9d87eb19be82b28d288e38eab3bbe145060a0701
Simplify things significantly because GenericValue now has a single integer
field, of type APInt, instead of multiple integer fields. Also, get rid of
the special endianness code in StoreValueToMemory and LoadValueToMemory.
ExecutionEngine is always used to execute on the host platform so this is
now unnecessary.

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