diff options
-rw-r--r-- | include/llvm/Target/MRegisterInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 707061f853..6091c46937 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, |