mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
[mips] Fix typos in spelling of lowerRETURNADDR.
The first letter was mistakenly capitalized. llvm-svn: 276753
This commit is contained in:
parent
63073c87c3
commit
4aa9b69215
@ -120,7 +120,7 @@ spillCalleeSavedRegisters(MachineBasicBlock &MBB,
|
||||
for (unsigned i = 0, e = CSI.size(); i != e; ++i) {
|
||||
// Add the callee-saved register as live-in. Do not add if the register is
|
||||
// RA and return address is taken, because it has already been added in
|
||||
// method MipsTargetLowering::LowerRETURNADDR.
|
||||
// method MipsTargetLowering::lowerRETURNADDR.
|
||||
// It's killed at the spill, unless the register is RA and return address
|
||||
// is taken.
|
||||
unsigned Reg = CSI[i].getReg();
|
||||
|
@ -172,7 +172,7 @@ static void addSaveRestoreRegs(MachineInstrBuilder &MIB,
|
||||
for (unsigned i = 0, e = CSI.size(); i != e; ++i) {
|
||||
// Add the callee-saved register as live-in. Do not add if the register is
|
||||
// RA and return address is taken, because it has already been added in
|
||||
// method MipsTargetLowering::LowerRETURNADDR.
|
||||
// method MipsTargetLowering::lowerRETURNADDR.
|
||||
// It's killed at the spill, unless the register is RA and return address
|
||||
// is taken.
|
||||
unsigned Reg = CSI[e-i-1].getReg();
|
||||
|
@ -778,7 +778,7 @@ spillCalleeSavedRegisters(MachineBasicBlock &MBB,
|
||||
for (unsigned i = 0, e = CSI.size(); i != e; ++i) {
|
||||
// Add the callee-saved register as live-in. Do not add if the register is
|
||||
// RA and return address is taken, because it has already been added in
|
||||
// method MipsTargetLowering::LowerRETURNADDR.
|
||||
// method MipsTargetLowering::lowerRETURNADDR.
|
||||
// It's killed at the spill, unless the register is RA and return address
|
||||
// is taken.
|
||||
unsigned Reg = CSI[i].getReg();
|
||||
|
Loading…
Reference in New Issue
Block a user