remove old FIXME

llvm-svn: 145960
This commit is contained in:
Hal Finkel 2011-12-06 20:52:56 +00:00
parent 158764bbe2
commit 4ec02b02ac
1 changed files with 0 additions and 1 deletions

View File

@ -596,7 +596,6 @@ PPCRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
// offset in.
// FIXME: figure out what SPAdj is doing here.
// FIXME (64-bit): Use "findScratchRegister".
unsigned SReg;
if (requiresRegisterScavenging(MF))
SReg = findScratchRegister(II, RS, &PPC::GPRCRegClass, SPAdj);