From b470caad788ea838c6815588029db5eed8715154 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Fri, 24 Mar 2006 16:18:42 +0000 Subject: [PATCH] Tweak a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27066 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/MRegisterInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index cbd6e0fa32f..21fc41795a2 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; };