mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
Use the new LLVM_END_WITH_NULL name
llvm-svn: 221217
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -34,7 +34,7 @@ static inline Selector getKeywordSelector(ASTContext &Ctx, va_list argp) {
|
||||
return getKeywordSelectorImpl(Ctx, First, argp);
|
||||
}
|
||||
|
||||
END_WITH_NULL
|
||||
LLVM_END_WITH_NULL
|
||||
static inline Selector getKeywordSelector(ASTContext &Ctx,
|
||||
const char *First, ...) {
|
||||
va_list argp;
|
||||
@@ -44,7 +44,7 @@ static inline Selector getKeywordSelector(ASTContext &Ctx,
|
||||
return result;
|
||||
}
|
||||
|
||||
END_WITH_NULL
|
||||
LLVM_END_WITH_NULL
|
||||
static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx,
|
||||
const char *First, ...) {
|
||||
if (!Sel.isNull())
|
||||
|
||||
Reference in New Issue
Block a user