Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine-sized-deallocation, and from DefaultSizedDelete to DefineSizedDeallocation.

llvm-svn: 229597
This commit is contained in:
Larisse Voufo
2015-02-18 01:04:10 +00:00
parent 8af49b3214
commit e990a3f60c
9 changed files with 15 additions and 15 deletions

View File

@@ -1624,7 +1624,7 @@ CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName,
} else if (D &&
cast<FunctionDecl>(D)
->getCorrespondingUnsizedGlobalDeallocationFunction() &&
getLangOpts().DefaultSizedDelete &&
getLangOpts().DefineSizedDeallocation &&
!D->hasAttr<AliasAttr>()) {
addDeferredDeclToEmit(F, GD);