Fix out of date comment
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 03:04:30 +0000 (03:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 03:04:30 +0000 (03:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15256 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/MRegisterInfo.h

index af62c13bddd06a99d96a63c80427d1af76155273..c1348823efd4bfd8d6d0d581ae1325d2223657a2 100644 (file)
@@ -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,