summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorLarisse Voufo <lvoufo@google.com>2015-02-18 01:04:10 +0000
committerLarisse Voufo <lvoufo@google.com>2015-02-18 01:04:10 +0000
commite990a3f60ccd34c0d9c1edebfc17a193b8c052cd (patch)
tree4af48afd23146876808855b36237285dd668469e /clang/lib/CodeGen/CodeGenModule.cpp
parent8af49b32143f63ed6e9ed34927876bd5418fe7ee (diff)
downloadbcm5719-llvm-e990a3f60ccd34c0d9c1edebfc17a193b8c052cd.tar.gz
bcm5719-llvm-e990a3f60ccd34c0d9c1edebfc17a193b8c052cd.zip
Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine-sized-deallocation, and from DefaultSizedDelete to DefineSizedDeallocation.
llvm-svn: 229597
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index 8404972fa09..92c1706a41d 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -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);
OpenPOWER on IntegriCloud