mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-04 10:52:30 +00:00
Fix out of date comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15256 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bcb11cf132
commit
8a1478b6d7
@ -280,8 +280,7 @@ public:
|
|||||||
/// instructions (but only if the Target is using them). It is responsible
|
/// instructions (but only if the Target is using them). It is responsible
|
||||||
/// for eliminating these instructions, replacing them with concrete
|
/// for eliminating these instructions, replacing them with concrete
|
||||||
/// instructions. This method need only be implemented if using call frame
|
/// instructions. This method need only be implemented if using call frame
|
||||||
/// setup/destroy pseudo instructions. The return value is the number of
|
/// setup/destroy pseudo instructions.
|
||||||
/// instructions added to (negative if removed from) the basic block.
|
|
||||||
///
|
///
|
||||||
virtual void
|
virtual void
|
||||||
eliminateCallFramePseudoInstr(MachineFunction &MF,
|
eliminateCallFramePseudoInstr(MachineFunction &MF,
|
||||||
|
Loading…
Reference in New Issue
Block a user