aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-04 06:10:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-04 06:10:31 +0000
commit89687e3e4ac4aa602de7cce4a7fbc5f514e86615 (patch)
tree53c1bea1f61fee9547f180fe6038c9c289fcc58e /lib/ExecutionEngine
parente953b89b0d7ef8ecb681dab3bea0db81e41c3cf9 (diff)
downloadexternal_llvm-89687e3e4ac4aa602de7cce4a7fbc5f514e86615.zip
external_llvm-89687e3e4ac4aa602de7cce4a7fbc5f514e86615.tar.gz
external_llvm-89687e3e4ac4aa602de7cce4a7fbc5f514e86615.tar.bz2
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
-rw-r--r--lib/ExecutionEngine/ExecutionEngine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/ExecutionEngine.cpp b/lib/ExecutionEngine/ExecutionEngine.cpp
index a13fdc2..ad8dcfb 100644
--- a/lib/ExecutionEngine/ExecutionEngine.cpp
+++ b/lib/ExecutionEngine/ExecutionEngine.cpp
@@ -715,8 +715,8 @@ static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst,
/// is the address of the memory at which to store Val, cast to GenericValue *.
/// It is not a pointer to a GenericValue containing the address at which to
/// store Val.
-void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
- const Type *Ty) {
+void ExecutionEngine::StoreValueToMemory(const GenericValue &Val,
+ GenericValue *Ptr, const Type *Ty) {
const unsigned StoreBytes = getTargetData()->getTypeStoreSize(Ty);
switch (Ty->getTypeID()) {