mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
[X86] Clean up whitespace as well as minor coding style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,7 +20,7 @@ void X86MachineFunctionInfo::setRestoreBasePointer(const MachineFunction *MF) {
|
||||
const X86RegisterInfo *RegInfo = static_cast<const X86RegisterInfo *>(
|
||||
MF->getSubtarget().getRegisterInfo());
|
||||
unsigned SlotSize = RegInfo->getSlotSize();
|
||||
for (const MCPhysReg *CSR =
|
||||
for (const MCPhysReg *CSR =
|
||||
RegInfo->X86RegisterInfo::getCalleeSavedRegs(MF);
|
||||
unsigned Reg = *CSR;
|
||||
++CSR)
|
||||
|
Reference in New Issue
Block a user