commit | b98d7197d674a5435545acc691236f46eb2ee97b | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Wed Oct 01 18:16:49 2008 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Wed Oct 01 18:16:49 2008 +0000 |
tree | 2b667c72b284adb5fc27af33b2de7145a8cb0eca | |
parent | 52fb87324cca3781ea9d28a666074c3f9a5913af [diff] [blame] |
Fix typo s/ther/there/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56924 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMCodeEmitter.cpp b/lib/Target/ARM/ARMCodeEmitter.cpp index 4727281..ceb6fc5 100644 --- a/lib/Target/ARM/ARMCodeEmitter.cpp +++ b/lib/Target/ARM/ARMCodeEmitter.cpp
@@ -390,7 +390,7 @@ ++OpIdx; } - // Encode first non-shifter register operand if ther is one. + // Encode first non-shifter register operand if there is one. unsigned Format = TID.TSFlags & ARMII::FormMask; bool isUnary = (Format == ARMII::DPRdMisc || Format == ARMII::DPRdIm ||