]> granicus.if.org Git - clang/commitdiff
Fix spacing.
authorMike Stump <mrs@apple.com>
Fri, 11 Dec 2009 00:02:10 +0000 (00:02 +0000)
committerMike Stump <mrs@apple.com>
Fri, 11 Dec 2009 00:02:10 +0000 (00:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91078 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGException.cpp

index d61884ce02afa6e0bffda02dc05a7d3b3ec019fa..b460fa9be09d3ed669e2e0ab04997440af2d0785 100644 (file)
@@ -155,7 +155,7 @@ static void CopyObject(CodeGenFunction &CGF, const Expr *E, llvm::Value *N) {
         llvm::Value *ExceptionPtr = CGF.Builder.CreateBitCast(N, Int8PtrTy);
         CGF.Builder.CreateCall(FreeExceptionFn, ExceptionPtr);
       }
+
       llvm::Value *Src = CGF.EmitLValue(E).getAddress();
       CGF.setInvokeDest(PrevLandingPad);