[AArch64RegisterInfo] Supress new warning

This commit is contained in:
Dávid Bolvanský 2020-08-08 21:47:01 +02:00
parent 815a9b256b
commit c814eca3e4
1 changed files with 2 additions and 2 deletions

View File

@ -334,8 +334,8 @@ bool AArch64RegisterInfo::isAnyArgRegReserved(const MachineFunction &MF) const {
void AArch64RegisterInfo::emitReservedArgRegCallError(
const MachineFunction &MF) const {
const Function &F = MF.getFunction();
F.getContext().diagnose(DiagnosticInfoUnsupported{F, "AArch64 doesn't support"
" 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.")});
}
bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF,