summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-02-02 01:03:01 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-02-02 01:03:01 +0000
commitb46072d7ac1a9e6fe30941ba9f2295fa4ede1ecc (patch)
treeda54a2c5c02d0b0f688aff278c83f7d267b70a3a /clang
parentcf50e6d6ce645381b794b8fab5d85dd9568ff201 (diff)
downloadbcm5719-llvm-b46072d7ac1a9e6fe30941ba9f2295fa4ede1ecc.tar.gz
bcm5719-llvm-b46072d7ac1a9e6fe30941ba9f2295fa4ede1ecc.zip
Fixed whitespace.
llvm-svn: 174254
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGObjC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjC.cpp b/clang/lib/CodeGen/CGObjC.cpp
index d667e1aacb9..58cf201b3cc 100644
--- a/clang/lib/CodeGen/CGObjC.cpp
+++ b/clang/lib/CodeGen/CGObjC.cpp
@@ -1715,7 +1715,7 @@ static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM,
// If we have Native ARC, set nonlazybind attribute for these APIs for
// performance.
f->addFnAttr(llvm::Attribute::NonLazyBind);
- }
+ }
}
return fn;
OpenPOWER on IntegriCloud