forked from OSchip/llvm-project
No need to use PNaCl's calling convention since PNaCl now uses a separate approach for calling conventions.
llvm-svn: 217696
This commit is contained in:
parent
1adacee6a5
commit
b41724622b
|
@ -6006,9 +6006,6 @@ public:
|
|||
}
|
||||
|
||||
bool hasProtectedVisibility() const override { return false; }
|
||||
CallingConvCheckResult checkCallingConvention(CallingConv CC) const override {
|
||||
return CC == CC_PnaclCall ? CCCR_OK : CCCR_Warning;
|
||||
}
|
||||
};
|
||||
} // end anonymous namespace.
|
||||
|
||||
|
|
Loading…
Reference in New Issue