Skip to content

Commit cde5cba

Browse files
committed
Run clang-format on patch
1 parent dcce101 commit cde5cba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,8 @@ bool RISCVAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
15151515
case Match_InvalidSImm12:
15161516
return generateImmOutOfRangeError(
15171517
Operands, ErrorInfo, -(1 << 11), (1 << 11) - 1,
1518-
"operand must be a symbol with %lo/%pcrel_lo/%tprel_lo/%tlsdesc_hi modifier or an "
1518+
"operand must be a symbol with %lo/%pcrel_lo/%tprel_lo/%tlsdesc_hi "
1519+
"modifier or an "
15191520
"integer in the range");
15201521
case Match_InvalidSImm12Lsb0:
15211522
return generateImmOutOfRangeError(

0 commit comments

Comments
 (0)