From 3bca110dc35a930b28dd9e05105b52e9cd3c98ee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 24 Aug 2006 00:21:32 +0000 Subject: [PATCH] update some comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29853 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/MRegisterInfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 707061f853a..6091c469374 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -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, -- 2.34.1