From: Craig Topper Date: Wed, 30 Dec 2020 05:04:19 +0000 (-0800) Subject: [Verifier] Remove declaration of method that was removed 8.5 years ago. NFC X-Git-Tag: llvmorg-13-init~2399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18c3e795f7ccecbc752d132e37306c5c051b5f8e;p=platform%2Fupstream%2Fllvm.git [Verifier] Remove declaration of method that was removed 8.5 years ago. NFC --- diff --git a/llvm/lib/IR/Verifier.cpp b/llvm/lib/IR/Verifier.cpp index aeca166..1100d8d 100644 --- a/llvm/lib/IR/Verifier.cpp +++ b/llvm/lib/IR/Verifier.cpp @@ -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);