[Verifier] Remove declaration of method that was removed 8.5 years ago. NFC

This commit is contained in:
Craig Topper 2020-12-29 21:04:19 -08:00
parent a1d0589266
commit 18c3e795f7
1 changed files with 0 additions and 2 deletions
llvm/lib/IR

View File

@ -505,8 +505,6 @@ private:
void verifySwiftErrorCall(CallBase &Call, const Value *SwiftErrorVal);
void verifySwiftErrorValue(const Value *SwiftErrorVal);
void verifyMustTailCall(CallInst &CI);
bool performTypeCheck(Intrinsic::ID ID, Function *F, Type *Ty, int VT,
unsigned ArgNo, std::string &Suffix);
bool verifyAttributeCount(AttributeList Attrs, unsigned Params);
void verifyAttributeTypes(AttributeSet Attrs, bool IsFunction,
const Value *V);