aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-24 16:18:42 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-24 16:18:42 +0000
commitb470caad788ea838c6815588029db5eed8715154 (patch)
treec82f23e37849c0bcf3e355845562577b065cb383 /include
parent0bd135db5942c4cbd5bef11cf21814bf5d1d1037 (diff)
downloadexternal_llvm-b470caad788ea838c6815588029db5eed8715154.zip
external_llvm-b470caad788ea838c6815588029db5eed8715154.tar.gz
external_llvm-b470caad788ea838c6815588029db5eed8715154.tar.bz2
Tweak a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/MRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h
index cbd6e0f..21fc417 100644
--- a/include/llvm/Target/MRegisterInfo.h
+++ b/include/llvm/Target/MRegisterInfo.h
@@ -344,7 +344,7 @@ public:
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;
};