X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FCodeGen%2FLiveInterval.h;h=b3125e22ce84b356fe65270b4d93a1950e9b6499;hp=d0f323cef8b7f879d60a33c714ed1c84b5ef30b6;hb=66981fe20809820e30dc19ea37ff7487eb67a96f;hpb=aee01b35e4156316681a3f74042d00f701441068 diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index d0f323cef8b..b3125e22ce8 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -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) {