Let NULL slip through again.
[oota-llvm.git] / include / llvm / MC / MCExpr.h
index ee7b144d6c602637e90e9f2d6c4a8ddcf56ffc4c..f36db3c05a3b7c76627416ef7e3c0afef6337e17 100644 (file)
@@ -41,8 +41,8 @@ public:
 private:
   ExprKind Kind;
 
-  MCExpr(const MCExpr&); // DO NOT IMPLEMENT
-  void operator=(const MCExpr&); // DO NOT IMPLEMENT
+  MCExpr(const MCExpr&) LLVM_DELETED_FUNCTION;
+  void operator=(const MCExpr&) LLVM_DELETED_FUNCTION;
 
   bool EvaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm,
                           const MCAsmLayout *Layout,