diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-01-13 01:39:38 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-01-13 01:39:38 +0000 |
| commit | 93e42c5435e711e4a8ee1c441355424277265d21 (patch) | |
| tree | 7866d88a580fddaae8df0ee13cf11564e2a9b424 | |
| parent | 451a965a7855b41c65ae540d442dd5230a2e3c66 (diff) | |
| download | bcm5719-llvm-93e42c5435e711e4a8ee1c441355424277265d21.tar.gz bcm5719-llvm-93e42c5435e711e4a8ee1c441355424277265d21.zip | |
Fix a comment.
llvm-svn: 93284
| -rw-r--r-- | llvm/include/llvm/Target/TargetRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetRegisterInfo.h b/llvm/include/llvm/Target/TargetRegisterInfo.h index dec0b1dcd4d..f93eadb3690 100644 --- a/llvm/include/llvm/Target/TargetRegisterInfo.h +++ b/llvm/include/llvm/Target/TargetRegisterInfo.h @@ -664,7 +664,7 @@ public: /// frame indices from instructions which may use them. The instruction /// referenced by the iterator contains an MO_FrameIndex operand which must be /// eliminated by this method. This method may modify or replace the - /// specified instruction, as long as it keeps the iterator pointing the the + /// specified instruction, as long as it keeps the iterator pointing at the /// finished product. SPAdj is the SP adjustment due to call frame setup /// instruction. /// |

