Fix comment typo.

llvm-svn: 124705
This commit is contained in:
Bob Wilson 2011-02-02 00:46:09 +00:00
parent a233675b43
commit b6fe71fef9

View File

@ -663,7 +663,7 @@ public:
}
/// getFrameIndexInstrOffset - Get the offset from the referenced frame
/// index in the instruction, if the is one.
/// index in the instruction, if there is one.
virtual int64_t getFrameIndexInstrOffset(const MachineInstr *MI,
int Idx) const {
return 0;