diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-08-24 00:21:32 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-08-24 00:21:32 +0000 |
| commit | 3bca110dc35a930b28dd9e05105b52e9cd3c98ee (patch) | |
| tree | 5134f9eaf7352a6f3ce67daf85b505df5882a2e6 /include | |
| parent | ea7b8cf132e6349a4d8552796a71c25afd150a9c (diff) | |
update some comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
| -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, |
