From: NAKAMURA Takumi Date: Fri, 7 Nov 2014 14:56:31 +0000 (+0000) Subject: MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ebd071450a3105ead53261a23fd37447102984f;p=platform%2Fupstream%2Fllvm.git MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17. llvm-svn: 221527 --- diff --git a/llvm/lib/Target/Mips/MipsCCState.h b/llvm/lib/Target/Mips/MipsCCState.h index d1a2d41..b5b9dbc 100644 --- a/llvm/lib/Target/Mips/MipsCCState.h +++ b/llvm/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) {