From 092d3a0319a37d7e33ce2b6d9e22fe2b98c53e9c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 7 Nov 2014 14:56:31 +0000 Subject: [PATCH] MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17. llvm-svn: 221527 --- 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 d1a2d412188..b5b9dbccda7 100644 --- a/lib/Target/Mips/MipsCCState.h +++ b/lib/Target/Mips/MipsCCState.h @@ -81,10 +81,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) {