forked from OSchip/llvm-project
[Verifier] Remove declaration of method that was removed 8.5 years ago. NFC
This commit is contained in:
parent
a1d0589266
commit
18c3e795f7
llvm/lib/IR
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue