Skip to content

Commit ac506b1

Browse files
committed
clang-format
1 parent 01b7986 commit ac506b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVCallingConv.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ bool llvm::CC_RISCV(unsigned ValNo, MVT ValVT, MVT LocVT,
347347
RISCVABI::ABI ABI = Subtarget.getTargetABI();
348348
if (HasCFBranch &&
349349
(ABI == RISCVABI::ABI_ILP32E || ABI == RISCVABI::ABI_LP64E))
350-
reportFatalUsageError(
351-
"Alternative static chain register t3 is not usable with ILP32E or LP64E ABI.");
350+
reportFatalUsageError("Alternative static chain register t3 is not "
351+
"usable with ILP32E or LP64E ABI.");
352352
if (MCRegister Reg = State.AllocateReg(StaticChainReg)) {
353353
State.addLoc(CCValAssign::getReg(ValNo, ValVT, Reg, LocVT, LocInfo));
354354
return false;

0 commit comments

Comments
 (0)