diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-09-15 17:09:36 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-09-15 17:09:36 +0000 |
commit | a60c0f1163a9278dc95f516872c43027d287d168 (patch) | |
tree | 149ba0e510883a04b06d786c57aa82473b651bd7 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 2ed23ce767c23e83b7fcb57c548f70352ccc71cb (diff) | |
download | bcm5719-llvm-a60c0f1163a9278dc95f516872c43027d287d168.tar.gz bcm5719-llvm-a60c0f1163a9278dc95f516872c43027d287d168.zip |
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
llvm-svn: 163974
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index f242df4f97a..0ff4664b2e4 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -197,7 +197,7 @@ 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 { - void operator=(const ConstantPlaceHolder &); // DO NOT IMPLEMENT + void operator=(const ConstantPlaceHolder &) LLVM_DELETED_FUNCTION; public: // allocate space for exactly one operand void *operator new(size_t s) { |