aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/InstCount.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
commit8c8b9ee8c8646aa1a79c782d4da9abdf3eb4eefe (patch)
treef5e1cef0436b2d207e695f1aeeb169138b51513f /lib/Analysis/InstCount.cpp
parent0b63f378650f53b26f57a39b63b4cbceaefc7bef (diff)
Revert r111082. No warnings for this common pattern.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/InstCount.cpp')
-rw-r--r--lib/Analysis/InstCount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/InstCount.cpp b/lib/Analysis/InstCount.cpp
index 32febd6ef0..dcbcac005a 100644
--- a/lib/Analysis/InstCount.cpp
+++ b/lib/Analysis/InstCount.cpp
@@ -45,7 +45,7 @@ namespace {
#include "llvm/Instruction.def"
- void visitInstruction(Instruction &I) ATTRIBUTE_UNUSED {
+ void visitInstruction(Instruction &I) {
errs() << "Instruction Count does not know about " << I;
llvm_unreachable(0);
}