diff --git a/lib/Target/Mips/MipsCCState.h b/lib/Target/Mips/MipsCCState.h index 8fffce212c6..4d2f95bdb76 100644 --- a/lib/Target/Mips/MipsCCState.h +++ b/lib/Target/Mips/MipsCCState.h @@ -82,10 +82,10 @@ public: // provide a means of accessing ArgListEntry::IsFixed. Delete them from this // class. This doesn't stop them being used via the base class though. void AnalyzeCallOperands(const SmallVectorImpl &Outs, - CCAssignFn Fn) = delete; + CCAssignFn Fn) LLVM_DELETED_FUNCTION; void AnalyzeCallOperands(const SmallVectorImpl &Outs, SmallVectorImpl &Flags, - CCAssignFn Fn) = delete; + CCAssignFn Fn) LLVM_DELETED_FUNCTION; void AnalyzeFormalArguments(const SmallVectorImpl &Ins, CCAssignFn Fn) {