Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / MC / MCRelocationInfo.h
index 9dab90099b7d1d1b11e71b460cd2946e8c2a8909..40e0217b8d830ed894d8ec935fa4e085203573c7 100644 (file)
@@ -28,8 +28,8 @@ class MCContext;
 
 /// \brief Create MCExprs from relocations found in an object file.
 class MCRelocationInfo {
-  MCRelocationInfo(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
-  void operator=(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
+  MCRelocationInfo(const MCRelocationInfo &) = delete;
+  void operator=(const MCRelocationInfo &) = delete;
 
 protected:
   MCContext &Ctx;