From: Chris Lattner Date: Thu, 24 Aug 2006 00:21:32 +0000 (+0000) Subject: update some comments X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3bca110dc35a930b28dd9e05105b52e9cd3c98ee;p=oota-llvm.git update some comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29853 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,