DebugInfo: Move new hierarchy into place
[oota-llvm.git] / include / llvm / IR / BasicBlock.h
index 47f244fa6bfe0e52b4e0cf6e901f605f68f87f14..185fc2952ecac11d0cea64770ecb7b34d3f3e282 100644 (file)
@@ -82,8 +82,8 @@ private:
   void setParent(Function *parent);
   friend class SymbolTableListTraits<BasicBlock, Function>;
 
-  BasicBlock(const BasicBlock &) LLVM_DELETED_FUNCTION;
-  void operator=(const BasicBlock &) LLVM_DELETED_FUNCTION;
+  BasicBlock(const BasicBlock &) = delete;
+  void operator=(const BasicBlock &) = delete;
 
   /// \brief Constructor.
   ///