Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / CodeGen / LiveInterval.h
index d0f323cef8b7f879d60a33c714ed1c84b5ef30b6..b3125e22ce84b356fe65270b4d93a1950e9b6499 100644 (file)
@@ -745,7 +745,7 @@ namespace llvm {
 #endif
 
   private:
-    LiveInterval& operator=(const LiveInterval& rhs) LLVM_DELETED_FUNCTION;
+    LiveInterval& operator=(const LiveInterval& rhs) = delete;
 
     /// Appends @p Range to SubRanges list.
     void appendSubRange(SubRange *Range) {