Skip to content

Commit 441c143

Browse files
authored
clang-format
1 parent faa91ba commit 441c143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ struct RISCVOperand final : public MCParsedAsmOperand {
843843
bool isUImm8Lsb000() const { return isUImmShifted<5, 3>(); }
844844

845845
bool isUImm9Lsb000() const { return isUImmShifted<6, 3>(); }
846-
846+
847847
bool isUImm14Lsb00() const { return isUImmShifted<12, 2>(); }
848848

849849
bool isUImm10Lsb00NonZero() const {

0 commit comments

Comments
 (0)