Fix a typo in r229291 causing buildbot failure.

llvm-svn: 229295
This commit is contained in:
Larisse Voufo 2015-02-15 08:47:33 +00:00
parent 04232a038b
commit fbe56a0529
1 changed files with 1 additions and 1 deletions

View File

@ -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);