Skip to content

Commit 373f2a8

Browse files
Fix formatting.
1 parent 30e5845 commit 373f2a8

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
@@ -14326,7 +14326,7 @@ static bool checkAddiForShift(SDValue AddI, int64_t &AddConst,
1432614326
APInt AddVal;
1432714327
SDValue SHLVal;
1432814328
sd_match(AddI, m_Add(m_Value(SHLVal), m_ConstInt(AddVal)));
14329-
14329+
1433014330
APInt VShift;
1433114331
if (!sd_match(SHLVal, m_c_BinOp(ISD::SHL, m_Value(), m_ConstInt(VShift))))
1433214332
return false;

0 commit comments

Comments
 (0)