mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Fix out of date comment
llvm-svn: 15256
This commit is contained in:
parent
60e918e115
commit
7d98fd121c
@ -280,8 +280,7 @@ public:
|
||||
/// instructions (but only if the Target is using them). It is responsible
|
||||
/// for eliminating these instructions, replacing them with concrete
|
||||
/// instructions. This method need only be implemented if using call frame
|
||||
/// setup/destroy pseudo instructions. The return value is the number of
|
||||
/// instructions added to (negative if removed from) the basic block.
|
||||
/// setup/destroy pseudo instructions.
|
||||
///
|
||||
virtual void
|
||||
eliminateCallFramePseudoInstr(MachineFunction &MF,
|
||||
|
Loading…
Reference in New Issue
Block a user