[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h

Chris Lattner lattner at cs.uiuc.edu
Mon Jul 26 20:04:40 PDT 2004



Changes in directory llvm/include/llvm/Target:

MRegisterInfo.h updated: 1.43 -> 1.44

---
Log message:

Fix out of date comment


---
Diffs of the changes:  (+1 -2)

Index: llvm/include/llvm/Target/MRegisterInfo.h
diff -u llvm/include/llvm/Target/MRegisterInfo.h:1.43 llvm/include/llvm/Target/MRegisterInfo.h:1.44
--- llvm/include/llvm/Target/MRegisterInfo.h:1.43	Fri Jun 11 11:50:21 2004
+++ llvm/include/llvm/Target/MRegisterInfo.h	Mon Jul 26 22:04:30 2004
@@ -280,8 +280,7 @@
   /// 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,





More information about the llvm-commits mailing list