80 col violation.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 4 Nov 2008 06:10:31 +0000 (06:10 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 4 Nov 2008 06:10:31 +0000 (06:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58684 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/ExecutionEngine.cpp

index a13fdc2bb5a7ae45f5f9b340bae65b3c04852c62..ad8dcfb9236f66334271481155edbb4cbf18d08d 100644 (file)
@@ -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()) {