[llvm-branch-commits] [llvm] 18c3e79 - [Verifier] Remove declaration of method that was removed 8.5 years ago. NFC

Craig Topper via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Dec 29 21:30:12 PST 2020


Author: Craig Topper
Date: 2020-12-29T21:04:19-08:00
New Revision: 18c3e795f7ccecbc752d132e37306c5c051b5f8e

URL: https://github.com/llvm/llvm-project/commit/18c3e795f7ccecbc752d132e37306c5c051b5f8e
DIFF: https://github.com/llvm/llvm-project/commit/18c3e795f7ccecbc752d132e37306c5c051b5f8e.diff

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

Added: 
    

Modified: 
    llvm/lib/IR/Verifier.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/IR/Verifier.cpp b/llvm/lib/IR/Verifier.cpp
index aeca166a6023..1100d8da2f59 100644
--- a/llvm/lib/IR/Verifier.cpp
+++ b/llvm/lib/IR/Verifier.cpp
@@ -505,8 +505,6 @@ class Verifier : public InstVisitor<Verifier>, VerifierSupport {
   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);


        


More information about the llvm-branch-commits mailing list