mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
Remove another stale comment.
llvm-svn: 57828
This commit is contained in:
parent
ebb16d8ed5
commit
d63d1e317b
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user