summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
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/Bitcode
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/Bitcode')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
index be2c1ce9862..8f999a68758 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
@@ -135,8 +135,8 @@ namespace {
/// @brief A class for maintaining the slot number definition
/// as a placeholder for the actual definition for forward constants defs.
class ConstantPlaceHolder : public ConstantExpr {
- ConstantPlaceHolder() ATTRIBUTE_UNUSED; // DO NOT IMPLEMENT
- void operator=(const ConstantPlaceHolder &) ATTRIBUTE_UNUSED;//NOT IMPLEMENT
+ ConstantPlaceHolder(); // DO NOT IMPLEMENT
+ void operator=(const ConstantPlaceHolder &); // DO NOT IMPLEMENT
public:
// allocate space for exactly one operand
void *operator new(size_t s) {
OpenPOWER on IntegriCloud