Convert tabs to spaces.

llvm-svn: 14412
This commit is contained in:
Misha Brukman 2004-06-25 18:45:07 +00:00
parent 5dbf760e00
commit b5932a5708
1 changed files with 32 additions and 31 deletions

View File

@ -112,7 +112,8 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
MachineBasicBlock::iterator I) const {
if (hasFP(MF)) {
// If we have a frame pointer, turn the adjcallstackdown instruction into a
// 'sub r1, r1, <amt>' and the adjcallstackup instruction into 'add r1, r1, <amt>'
// 'sub r1, r1, <amt>' and the adjcallstackup instruction into
// 'add r1, r1, <amt>'
MachineInstr *Old = I;
int Amount = Old->getOperand(0).getImmedValue();
if (Amount != 0) {