1. Make StoreValueToMemory a little more efficient by not requiring caller
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 05:03:16 +0000 (05:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 05:03:16 +0000 (05:03 +0000)
commit415c1f7438619434d74b76223674228779930ae3
treea7b5cf0558b9869e94e482971f7008c3c07bb4dd
parent2471ae46df8f59a69cc152230f3f39d2e68525c5
1. Make StoreValueToMemory a little more efficient by not requiring caller
   to make a copy of the GenericValue.
2. Fix a copy & paste bug in StoreValueToMemory where 64-bit values were
   truncated to 32

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