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

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 23 17:21:46 PDT 2006



Changes in directory llvm/include/llvm/Target:

MRegisterInfo.h updated: 1.82 -> 1.83
---
Log message:

update some comments


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

 MRegisterInfo.h |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/include/llvm/Target/MRegisterInfo.h
diff -u llvm/include/llvm/Target/MRegisterInfo.h:1.82 llvm/include/llvm/Target/MRegisterInfo.h:1.83
--- llvm/include/llvm/Target/MRegisterInfo.h:1.82	Thu Aug 17 17:00:07 2006
+++ llvm/include/llvm/Target/MRegisterInfo.h	Wed Aug 23 19:21:32 2006
@@ -314,8 +314,7 @@
   //===--------------------------------------------------------------------===//
   // Interfaces used by the register allocator and stack frame
   // manipulation passes to move data around between registers,
-  // immediates and memory.  The return value is the number of
-  // instructions added to (negative if removed from) the basic block.
+  // immediates and memory.  FIXME: Move these to TargetInstrInfo.h.
   //
 
   virtual void storeRegToStackSlot(MachineBasicBlock &MBB,






More information about the llvm-commits mailing list