diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-02-02 01:03:01 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-02-02 01:03:01 +0000 |
commit | b46072d7ac1a9e6fe30941ba9f2295fa4ede1ecc (patch) | |
tree | da54a2c5c02d0b0f688aff278c83f7d267b70a3a /clang | |
parent | cf50e6d6ce645381b794b8fab5d85dd9568ff201 (diff) | |
download | bcm5719-llvm-b46072d7ac1a9e6fe30941ba9f2295fa4ede1ecc.tar.gz bcm5719-llvm-b46072d7ac1a9e6fe30941ba9f2295fa4ede1ecc.zip |
Fixed whitespace.
llvm-svn: 174254
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/CodeGen/CGObjC.cpp | 2 |
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; |