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