Skip to content

Commit

Permalink
fixup! [BOLT] Use Label annotation instead of EHLabel pseudo. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
maksfb committed Oct 26, 2023
1 parent 6ed276f commit 37eaae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ class RISCVMCPlusBuilder : public MCPlusBuilder {
default:
return false;
case RISCV::C_J:
case TargetOpcode::EH_LABEL:
OpNum = 0;
return true;
case RISCV::AUIPC:
Expand Down

0 comments on commit 37eaae9

Please sign in to comment.