diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-11-04 06:10:31 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-11-04 06:10:31 +0000 |
commit | 09053e62a93fb694b60d4e9cae741190db0200ba (patch) | |
tree | 26962975d2a21463ad7b7ac22554972376c47a65 /llvm/lib/ExecutionEngine/ExecutionEngine.cpp | |
parent | 2299c99d79fe23c0c5099bc945717f64a9a3a541 (diff) | |
download | bcm5719-llvm-09053e62a93fb694b60d4e9cae741190db0200ba.tar.gz bcm5719-llvm-09053e62a93fb694b60d4e9cae741190db0200ba.zip |
80 col violation.
llvm-svn: 58684
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/ExecutionEngine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp index a13fdc2bb5a..ad8dcfb9236 100644 --- a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp +++ b/llvm/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()) { |