aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjC.cpp
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
commitdb99e8b72ae2b66d3c2f8d896f49513b8d8e2633 (patch)
tree258d49c083decad6855c851674bd15ac63581719 /lib/CodeGen/CGObjC.cpp
parent554b07d30484185a313dbe2c5e2fd5798ac3f998 (diff)
Fixed whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGObjC.cpp')
-rw-r--r--lib/CodeGen/CGObjC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGObjC.cpp b/lib/CodeGen/CGObjC.cpp
index d667e1aacb..58cf201b3c 100644
--- a/lib/CodeGen/CGObjC.cpp
+++ b/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;