diff options
| author | James Y Knight <jyknight@google.com> | 2023-01-16 18:15:00 -0500 |
|---|---|---|
| committer | James Y Knight <jyknight@google.com> | 2023-01-16 18:15:00 -0500 |
| commit | a1551fdd4888790c65a108e47a7713d8f6837483 (patch) | |
| tree | 39304d0553734704a7a01de6a3d50fab7a7f57d3 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 7bf1e441da6b59a25495fde8e34939f93548cc6d (diff) | |
FastISel: remove EH_LABEL skipping code.
This was intended to skip past the EH_LABEL which is added at the top
of a landingpad block. But, it is unnecessary because `LastLocalValue`
is already set to point past the EH_LABEL in that case.
Thus, currently, this is dead-code. I am removing it because it _also_
attempts to skip over EH_LABELs emitted around a call. Currently, this
situation never arises, but it becomes harmful after a future
in-progress commit.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
