We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815a9b2 commit c814ecaCopy full SHA for c814eca
llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
@@ -334,8 +334,8 @@ bool AArch64RegisterInfo::isAnyArgRegReserved(const MachineFunction &MF) const {
334
void AArch64RegisterInfo::emitReservedArgRegCallError(
335
const MachineFunction &MF) const {
336
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."});
+ F.getContext().diagnose(DiagnosticInfoUnsupported{F, ("AArch64 doesn't support"
+ " function calls if any of the argument registers is reserved.")});
339
}
340
341
bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF,
0 commit comments