Skip to content

Commit bba0e6c

Browse files
committed
fixup! formatting
1 parent 550489b commit bba0e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7769,7 +7769,7 @@ SDValue RISCVTargetLowering::LowerOperation(SDValue Op,
77697769
SDValue Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i32, StoredVal,
77707770
DAG.getTargetConstant(1, DL, MVT::i32));
77717771

7772-
return DAG.getMemIntrinsicNode(
7772+
return DAG.getMemIntrinsicNode(
77737773
RISCVISD::SD_RV32, DL, DAG.getVTList(MVT::Other),
77747774
{Store->getChain(), Lo, Hi, Store->getBasePtr()}, MVT::i64,
77757775
Store->getMemOperand());

0 commit comments

Comments
 (0)