From 20d7e9f3d7068a8ae9a45bc550920372f6ac2649 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Mon, 1 Dec 2014 18:52:41 +0000 Subject: [PATCH] Merged from r221527: MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223062 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsCCState.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {