You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ARM] Remove unused class member in ARMConstantIslandPass
The map variable `BlockJumpTableRefCount` was added in commit
f5f28d5 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 3b74224 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.
0 commit comments