Files
clang-p2996/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
Simon Tatham 1d5bf04030 [ARM] Remove unused class member in ARMConstantIslandPass (#141093)
The map variable `BlockJumpTableRefCount` was added in commit
f5f28d5b0c to track whether a basic block
was the target of any jump table entries. This was used in the function
`fixupBTI` to insert and remove BTIs after jump tables had been
modified.

Commit 3b742242a5 removed `fixupBTI` on
the grounds that the work was now being done elsewhere. That left
`BlockJumpTableRefCount` still being created, but now nothing is using
it. So we can garbage-collect that variable and all the code that
populates it.
2025-05-27 08:34:50 +01:00

94 KiB