Skip to content

Commit 762bb74

Browse files
committed
clang-format
1 parent 59a08f0 commit 762bb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void RISCVRegisterInfo::adjustReg(MachineBasicBlock &MBB,
195195
const int64_t FixedOffset = NumOfVReg * VLENB;
196196
if (!isInt<32>(FixedOffset)) {
197197
report_fatal_error(
198-
"Frame size outside of the signed 32-bit range not supported");
198+
"Frame size outside of the signed 32-bit range not supported");
199199
}
200200
Offset = StackOffset::getFixed(FixedOffset + Offset.getFixed());
201201
}

0 commit comments

Comments
 (0)