diff options
-rw-r--r-- | lib/CodeGen/CGObjC.cpp | 2 |
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; |