aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
diff options
context:
space:
mode:
authorVladimir Kozelkov <46866705+vova7878@users.noreply.github.com>2025-02-03 00:18:07 +0700
committerGitHub <noreply@github.com>2025-02-02 17:18:07 +0000
commit2cac0bf8fee896d3204c310a736e5bfe85fbdebd (patch)
treea3b71587208ac27e232bbc1e6ff9691cfcc42ab8 /llvm/lib/CodeGen/ReachingDefAnalysis.cpp
parent689ef5fda0ab07dfc452cb16d3646d53e612cb75 (diff)
downloadllvm-2cac0bf8fee896d3204c310a736e5bfe85fbdebd.zip
llvm-2cac0bf8fee896d3204c310a736e5bfe85fbdebd.tar.gz
llvm-2cac0bf8fee896d3204c310a736e5bfe85fbdebd.tar.bz2
Remove unused LLVMLandingPadClauseTy from Core.h (#124472)
enum LLVMLandingPadClauseTy has never been used and exists by mistake. [This](https://github.com/llvm-mirror/llvm/commit/772fe17a6d07304ae2e6b3052bbb24ebb751f0f3#diff-9e2da57026497163c9f7396a48567626a0b94828a5757436ef20a4e67522525d) commit added a LLVMAddClause function that took it as a parameter. [Here](https://github.com/llvm-mirror/llvm/commit/10c6d12a9fd4dab411091f64db4db69670b88850#diff-6e588c82c378e251a7d265b08973d4a7312a592756f88023cd317f109083de10) the enum was removed. And [here](https://github.com/llvm-mirror/llvm/commit/e6e8826870bee3facb04f950f0bd725f8a88623d#diff-9e2da57026497163c9f7396a48567626a0b94828a5757436ef20a4e67522525d) it is added again by mistake, although the LLVMAddClause function no longer accepts it
Diffstat (limited to 'llvm/lib/CodeGen/ReachingDefAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions