summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-11-04 01:13:43 +0000
committerReid Kleckner <reid@kleckner.net>2014-11-04 01:13:43 +0000
commit8cd0079d166889b5d2298dd06c76bcbc1a092696 (patch)
treec18e9aabdbcf808262e2b0616e398ce802482027 /clang/lib/CodeGen/CGObjCGNU.cpp
parent72cdbf47a9da44a46536bec335c86b960724bdae (diff)
downloadbcm5719-llvm-8cd0079d166889b5d2298dd06c76bcbc1a092696.tar.gz
bcm5719-llvm-8cd0079d166889b5d2298dd06c76bcbc1a092696.zip
Use the new LLVM_END_WITH_NULL name
llvm-svn: 221217
Diffstat (limited to 'clang/lib/CodeGen/CGObjCGNU.cpp')
-rw-r--r--clang/lib/CodeGen/CGObjCGNU.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp
index 562bbef354e..8d953694729 100644
--- a/clang/lib/CodeGen/CGObjCGNU.cpp
+++ b/clang/lib/CodeGen/CGObjCGNU.cpp
@@ -58,7 +58,7 @@ class LazyRuntimeFunction {
/// Initialises the lazy function with the name, return type, and the types
/// of the arguments.
- END_WITH_NULL
+ LLVM_END_WITH_NULL
void init(CodeGenModule *Mod, const char *name,
llvm::Type *RetTy, ...) {
CGM =Mod;
OpenPOWER on IntegriCloud