Tweak a comment.
authorJim Laskey <jlaskey@mac.com>
Fri, 24 Mar 2006 16:18:42 +0000 (16:18 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 24 Mar 2006 16:18:42 +0000 (16:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27066 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/MRegisterInfo.h

index cbd6e0fa32f329394f5af8d14716fc31bdba8048..21fc41795a2f325756297a83e908e1a9759a647f 100644 (file)
@@ -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;
 };