[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h
Jim Laskey
jlaskey at apple.com
Fri Mar 24 08:19:05 PST 2006
Changes in directory llvm/include/llvm/Target:
MRegisterInfo.h updated: 1.71 -> 1.72
---
Log message:
Tweak a comment.
---
Diffs of the changes: (+1 -1)
MRegisterInfo.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/MRegisterInfo.h
diff -u llvm/include/llvm/Target/MRegisterInfo.h:1.71 llvm/include/llvm/Target/MRegisterInfo.h:1.72
--- llvm/include/llvm/Target/MRegisterInfo.h:1.71 Thu Mar 23 12:12:57 2006
+++ llvm/include/llvm/Target/MRegisterInfo.h Fri Mar 24 10:18:42 2006
@@ -344,7 +344,7 @@
MachineBasicBlock &MBB) const = 0;
/// getLocation - This method should return the actual location of a frame
- /// variable given the frame index.
+ /// variable given the frame index. The location is returned in ML.
virtual void getLocation(MachineFunction &MF, unsigned Index,
MachineLocation &ML) const = 0;
};
More information about the llvm-commits
mailing list