Skip to content

Commit 6bd8bd5

Browse files
committed
Remove stray blank line
1 parent dc3990c commit 6bd8bd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7341,7 +7341,6 @@ SDValue RISCVTargetLowering::lowerINIT_TRAMPOLINE(SDValue Op,
73417341
// Loads the current PC into t2.
73427342
MCInst AUIPC_X7_0_Inst =
73437343
MCInstBuilder(RISCV::AUIPC).addReg(RISCV::X7).addImm(0);
7344-
73457344
uint32_t AUIPC_X7_0 = GetEncoding(AUIPC_X7_0_Inst);
73467345
OutChains[0] =
73477346
DAG.getTruncStore(Root, dl, DAG.getConstant(AUIPC_X7_0, dl, MVT::i64),

0 commit comments

Comments
 (0)