[cfe-commits] r137200 - /cfe/trunk/lib/CodeGen/CGCleanup.cpp

John McCall rjmccall at apple.com
Tue Aug 9 21:11:11 PDT 2011


Author: rjmccall
Date: Tue Aug  9 23:11:11 2011
New Revision: 137200

URL: http://llvm.org/viewvc/llvm-project?rev=137200&view=rev
Log:
Formatting.


Modified:
    cfe/trunk/lib/CodeGen/CGCleanup.cpp

Modified: cfe/trunk/lib/CodeGen/CGCleanup.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGCleanup.cpp?rev=137200&r1=137199&r2=137200&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCleanup.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGCleanup.cpp Tue Aug  9 23:11:11 2011
@@ -712,7 +712,7 @@
 
       // I.  Set up the fallthrough edge in.
 
-    CGBuilderTy::InsertPoint savedInactiveFallthroughIP;
+      CGBuilderTy::InsertPoint savedInactiveFallthroughIP;
 
       // If there's a fallthrough, we need to store the cleanup
       // destination index.  For fall-throughs this is always zero.





More information about the cfe-commits mailing list