Remove another stale comment.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 11:23:18 +0000 (11:23 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 11:23:18 +0000 (11:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57828 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 2b3c12800168c0ee5a152640cd58df3c7fd4a41a..28a48cf5e4f4d8aa6b7a2334f92d654a6607c1ff 100644 (file)
@@ -547,9 +547,7 @@ public:
   /// 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;