[llvm-commits] [llvm] r57828 - /llvm/trunk/include/llvm/Target/TargetRegisterInfo.h

Matthijs Kooijman matthijs at stdin.nl
Mon Oct 20 04:23:18 PDT 2008


Author: matthijs
Date: Mon Oct 20 06:23:18 2008
New Revision: 57828

URL: http://llvm.org/viewvc/llvm-project?rev=57828&view=rev
Log:
Remove another stale comment.

Modified:
    llvm/trunk/include/llvm/Target/TargetRegisterInfo.h

Modified: llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetRegisterInfo.h?rev=57828&r1=57827&r2=57828&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Mon Oct 20 06:23:18 2008
@@ -547,9 +547,7 @@
   /// eliminated by this method.  This method may modify or replace 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
-  /// instruction. The return value is the number of instructions added to
-  /// (negative if removed from) the basic block.
-  ///
+  /// instruction.
   virtual void eliminateFrameIndex(MachineBasicBlock::iterator MI,
                                    int SPAdj, RegScavenger *RS=NULL) const = 0;
 





More information about the llvm-commits mailing list