summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCleanup.h
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-02-15 22:54:08 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-02-15 22:54:08 +0000
commitabc18920577c85c45458ee9de7dfec2d3ee54cef (patch)
treef2708850cb4fca4fe989862fda7656e9736a13ec /clang/lib/CodeGen/CGCleanup.h
parent8a417bd97b9cf57fbc49bba64a677535dea2b4b3 (diff)
downloadbcm5719-llvm-abc18920577c85c45458ee9de7dfec2d3ee54cef.tar.gz
bcm5719-llvm-abc18920577c85c45458ee9de7dfec2d3ee54cef.zip
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.
llvm-svn: 229339
Diffstat (limited to 'clang/lib/CodeGen/CGCleanup.h')
-rw-r--r--clang/lib/CodeGen/CGCleanup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCleanup.h b/clang/lib/CodeGen/CGCleanup.h
index dd156c696ad..61893c69a1e 100644
--- a/clang/lib/CodeGen/CGCleanup.h
+++ b/clang/lib/CodeGen/CGCleanup.h
@@ -284,7 +284,7 @@ public:
delete ExtInfo;
}
// Objects of EHCleanupScope are not destructed. Use Destroy().
- ~EHCleanupScope() LLVM_DELETED_FUNCTION;
+ ~EHCleanupScope() = delete;
bool isNormalCleanup() const { return CleanupBits.IsNormalCleanup; }
llvm::BasicBlock *getNormalBlock() const { return NormalBlock; }
OpenPOWER on IntegriCloud