update some comments
authorChris Lattner <sabre@nondot.org>
Thu, 24 Aug 2006 00:21:32 +0000 (00:21 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Aug 2006 00:21:32 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29853 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/MRegisterInfo.h

index 707061f853aebcd45b7fd6b9404a4e30505835b4..6091c469374975de7e9fff7267ac5c960fbcf9d7 100644 (file)
@@ -314,8 +314,7 @@ public:
   //===--------------------------------------------------------------------===//
   // 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,