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:
JF Bastien 2014-09-12 17:52:51 +00:00
parent 1adacee6a5
commit b41724622b
1 changed files with 0 additions and 3 deletions

View File

@ -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.