[llvm] dc61666 - [Analysis] Remove unused declarations visitEHBeginCatch and visitEHEndCatch
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 12:19:28 PDT 2023
Author: Kazu Hirata
Date: 2023-05-29T12:19:13-07:00
New Revision: dc61666042443f215f1f144516bc3ac674f5d1c6
URL: https://github.com/llvm/llvm-project/commit/dc61666042443f215f1f144516bc3ac674f5d1c6
DIFF: https://github.com/llvm/llvm-project/commit/dc61666042443f215f1f144516bc3ac674f5d1c6.diff
LOG: [Analysis] Remove unused declarations visitEHBeginCatch and visitEHEndCatch
The corresponding function definitions were removed by:
commit 14e773500e036de57ed0ca4af6fddc1f8b6767d8
Author: Reid Kleckner <rnk at google.com>
Date: Fri Oct 9 23:34:53 2015 +0000
Added:
Modified:
llvm/lib/Analysis/Lint.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Analysis/Lint.cpp b/llvm/lib/Analysis/Lint.cpp
index 07bf9bda7f1c3..ff022006df65a 100644
--- a/llvm/lib/Analysis/Lint.cpp
+++ b/llvm/lib/Analysis/Lint.cpp
@@ -93,8 +93,6 @@ class Lint : public InstVisitor<Lint> {
void visitCallBase(CallBase &CB);
void visitMemoryReference(Instruction &I, const MemoryLocation &Loc,
MaybeAlign Alignment, Type *Ty, unsigned Flags);
- void visitEHBeginCatch(IntrinsicInst *II);
- void visitEHEndCatch(IntrinsicInst *II);
void visitReturnInst(ReturnInst &I);
void visitLoadInst(LoadInst &I);
More information about the llvm-commits
mailing list