[PowerPC][NFC] Add colon to TODO's and fix indentation.

This commit is contained in:
Sean Fertile 2020-05-26 13:06:50 -04:00
parent 106ec64fbc
commit 3e62289f42
1 changed files with 8 additions and 8 deletions

View File

@ -224,17 +224,17 @@ const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots(
};
static const SpillSlot AIXOffsets32[] = {
CALLEE_SAVED_FPRS,
CALLEE_SAVED_GPRS32,
// Add AIX's extra CSR.
{PPC::R13, -76},
// TODO Update when we add vector support for AIX.
CALLEE_SAVED_FPRS,
CALLEE_SAVED_GPRS32,
// Add AIX's extra CSR.
{PPC::R13, -76},
// TODO: Update when we add vector support for AIX.
};
static const SpillSlot AIXOffsets64[] = {
CALLEE_SAVED_FPRS,
CALLEE_SAVED_GPRS64,
// TODO Update when we add vector support for AIX.
CALLEE_SAVED_FPRS,
CALLEE_SAVED_GPRS64,
// TODO: Update when we add vector support for AIX.
};
if (Subtarget.is64BitELFABI()) {