diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-02-02 00:46:09 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-02-02 00:46:09 +0000 |
commit | 63f8659d6936077c5e8e34eecb55ff1de0db5686 (patch) | |
tree | 8ab0ae4e8df172b048ab7383bb06f29244701a6a /include | |
parent | 692df93de427356d3ab7bb0438a3c998f28186ea (diff) | |
download | external_llvm-63f8659d6936077c5e8e34eecb55ff1de0db5686.zip external_llvm-63f8659d6936077c5e8e34eecb55ff1de0db5686.tar.gz external_llvm-63f8659d6936077c5e8e34eecb55ff1de0db5686.tar.bz2 |
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index e36fcba..121091c 100644 --- a/include/llvm/Target/TargetRegisterInfo.h +++ b/include/llvm/Target/TargetRegisterInfo.h @@ -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; |