summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Verifier.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-08-15 10:27:23 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-08-15 10:27:23 +0000
commitd0fcc9a8181be47ae7d4b3be21a8c8a4682d8ddb (patch)
tree5aeca8fc1d4e80c74ddfb052935136ce4677d71f /llvm/lib/VMCore/Verifier.cpp
parent499e6e49e7388bf7acefbd92286eda6d235947e2 (diff)
downloadbcm5719-llvm-d0fcc9a8181be47ae7d4b3be21a8c8a4682d8ddb.tar.gz
bcm5719-llvm-d0fcc9a8181be47ae7d4b3be21a8c8a4682d8ddb.zip
Revert r111082. No warnings for this common pattern.
llvm-svn: 111102
Diffstat (limited to 'llvm/lib/VMCore/Verifier.cpp')
-rw-r--r--llvm/lib/VMCore/Verifier.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp
index 3aaf8cbe810..8ff15514243 100644
--- a/llvm/lib/VMCore/Verifier.cpp
+++ b/llvm/lib/VMCore/Verifier.cpp
@@ -151,8 +151,8 @@ namespace {
SmallSetVector<const Type *, 16> Types;
// Disallow copying.
- TypeSet(const TypeSet &) ATTRIBUTE_UNUSED;
- TypeSet &operator=(const TypeSet &) ATTRIBUTE_UNUSED;
+ TypeSet(const TypeSet &);
+ TypeSet &operator=(const TypeSet &);
};
struct Verifier : public FunctionPass, public InstVisitor<Verifier> {
OpenPOWER on IntegriCloud