Remove another stale comment.

llvm-svn: 57828
This commit is contained in:
Matthijs Kooijman 2008-10-20 11:23:18 +00:00
parent ebb16d8ed5
commit d63d1e317b

View File

@ -547,9 +547,7 @@ public:
/// eliminated by this method. This method may modify or replace the /// eliminated by this method. This method may modify or replace the
/// specified instruction, as long as it keeps the iterator pointing the the /// specified instruction, as long as it keeps the iterator pointing the the
/// finished product. SPAdj is the SP adjustment due to call frame setup /// finished product. SPAdj is the SP adjustment due to call frame setup
/// instruction. The return value is the number of instructions added to /// instruction.
/// (negative if removed from) the basic block.
///
virtual void eliminateFrameIndex(MachineBasicBlock::iterator MI, virtual void eliminateFrameIndex(MachineBasicBlock::iterator MI,
int SPAdj, RegScavenger *RS=NULL) const = 0; int SPAdj, RegScavenger *RS=NULL) const = 0;