Skip to content

Commit

Permalink
Run clang-format on patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepi committed Jan 4, 2024
1 parent dcce101 commit cde5cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,8 @@ bool RISCVAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
case Match_InvalidSImm12:
return generateImmOutOfRangeError(
Operands, ErrorInfo, -(1 << 11), (1 << 11) - 1,
"operand must be a symbol with %lo/%pcrel_lo/%tprel_lo/%tlsdesc_hi modifier or an "
"operand must be a symbol with %lo/%pcrel_lo/%tprel_lo/%tlsdesc_hi "
"modifier or an "
"integer in the range");
case Match_InvalidSImm12Lsb0:
return generateImmOutOfRangeError(
Expand Down

0 comments on commit cde5cba

Please sign in to comment.