Skip to content

Commit 8133e9d

Browse files
committed
fixup! Address Review Feedback
1 parent 32f3944 commit 8133e9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ std::pair<bool, bool> RISCVAsmBackend::relaxLEB128(const MCAssembler &Asm,
373373
return std::make_pair(Expr.evaluateKnownAbsolute(Value, Asm), false);
374374
}
375375

376-
377-
378376
bool RISCVAsmBackend::mayNeedRelaxation(const MCInst &Inst,
379377
const MCSubtargetInfo &STI) const {
380378
// This function has access to two STIs, the member of the AsmBackend, and the

0 commit comments

Comments
 (0)