summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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