Tweak a comment.

llvm-svn: 27066
This commit is contained in:
Jim Laskey 2006-03-24 16:18:42 +00:00
parent dd3fa41f0f
commit ea5c5c3c7c
1 changed files with 1 additions and 1 deletions

View 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;
};