mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17.
llvm-svn: 221527
This commit is contained in:
parent
5fe96e2af7
commit
092d3a0319
@ -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<ISD::OutputArg> &Outs,
|
||||
CCAssignFn Fn) = delete;
|
||||
CCAssignFn Fn) LLVM_DELETED_FUNCTION;
|
||||
void AnalyzeCallOperands(const SmallVectorImpl<MVT> &Outs,
|
||||
SmallVectorImpl<ISD::ArgFlagsTy> &Flags,
|
||||
CCAssignFn Fn) = delete;
|
||||
CCAssignFn Fn) LLVM_DELETED_FUNCTION;
|
||||
|
||||
void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
|
||||
CCAssignFn Fn) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user