Skip to content

Commit 18a662a

Browse files
committed
clang-format
1 parent d1a7d52 commit 18a662a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/RISCV/RISCVCallingConv.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,9 @@ 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("Nested functions with control flow protection are not "
351-
"usable with ILP32E or LP64E ABI.");
350+
reportFatalUsageError(
351+
"Nested functions with control flow protection are not "
352+
"usable with ILP32E or LP64E ABI.");
352353
if (MCRegister Reg = State.AllocateReg(StaticChainReg)) {
353354
State.addLoc(CCValAssign::getReg(ValNo, ValVT, Reg, LocVT, LocInfo));
354355
return false;

0 commit comments

Comments
 (0)