aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCleanup.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-08-10 04:11:11 +0000
committerJohn McCall <rjmccall@apple.com>2011-08-10 04:11:11 +0000
commite7d002041dc60521f237b4219fd4167d1fe67aa7 (patch)
treeb0ffa049c0daccc72f558c0f639e26a58734323e /lib/CodeGen/CGCleanup.cpp
parent03f486168fa69c46f1ffd651bd0819b0ea5d0409 (diff)
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCleanup.cpp')
-rw-r--r--lib/CodeGen/CGCleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGCleanup.cpp b/lib/CodeGen/CGCleanup.cpp
index c1feb1446d..2da10ca006 100644
--- a/lib/CodeGen/CGCleanup.cpp
+++ b/lib/CodeGen/CGCleanup.cpp
@@ -712,7 +712,7 @@ void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) {
// 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.