aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cbd6e0fa32..21fc41795a 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;
};