Fix a typo in r229291 causing buildbot failure.
llvm-svn: 229295
This commit is contained in:
@@ -1622,7 +1622,7 @@ CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName,
|
||||
} else if (D &&
|
||||
cast<FunctionDecl>(D)
|
||||
->getCorrespondingUnsizedGlobalDeallocationFunction() &&
|
||||
!getLangOpts().DefaultSizedDelete &&
|
||||
getLangOpts().DefaultSizedDelete &&
|
||||
!D->hasAttr<AliasAttr>()) {
|
||||
addDeferredDeclToEmit(F, GD);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user