Remove unused variable that I missed in my rush to fix the bots

llvm-svn: 207820
This commit is contained in:
Reid Kleckner
2014-05-02 01:17:12 +00:00
parent 7f5f0f3f6e
commit ec87fece21

View File

@@ -2736,7 +2736,7 @@ ABIArgInfo WinX86_64ABIInfo::classify(QualType Ty, bool IsReturnType) const {
Size));
}
if (const auto *MPT = Ty->getAs<MemberPointerType>()) {
if (Ty->isMemberPointerType()) {
// If the member pointer is represented by an LLVM int or ptr, pass it
// directly.
llvm::Type *LLTy = CGT.ConvertType(Ty);