Skip to content

Commit c814eca

Browse files
[AArch64RegisterInfo] Supress new warning
1 parent 815a9b2 commit c814eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ bool AArch64RegisterInfo::isAnyArgRegReserved(const MachineFunction &MF) const {
334334
void AArch64RegisterInfo::emitReservedArgRegCallError(
335335
const MachineFunction &MF) const {
336336
const Function &F = MF.getFunction();
337-
F.getContext().diagnose(DiagnosticInfoUnsupported{F, "AArch64 doesn't support"
338-
" function calls if any of the argument registers is reserved."});
337+
F.getContext().diagnose(DiagnosticInfoUnsupported{F, ("AArch64 doesn't support"
338+
" function calls if any of the argument registers is reserved.")});
339339
}
340340

341341
bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF,

0 commit comments

Comments
 (0)