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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user