[llvm-commits] [llvm] r56924 - /llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp
Jim Grosbach
grosbach at apple.com
Wed Oct 1 11:16:49 PDT 2008
Author: grosbach
Date: Wed Oct 1 13:16:49 2008
New Revision: 56924
URL: http://llvm.org/viewvc/llvm-project?rev=56924&view=rev
Log:
Fix typo s/ther/there/
Modified:
llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp?rev=56924&r1=56923&r2=56924&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp Wed Oct 1 13:16:49 2008
@@ -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 ||
More information about the llvm-commits
mailing list