summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-30 23:51:41 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-30 23:51:41 +0000
commitee48d2daaa36d9d747a65d93d48e5f47a76423ce (patch)
tree8899513eee603f4665d13cccf2f8242346c9176d /llvm/lib/Target
parent903add84d915a7a7f305270640abc43cbf7302d0 (diff)
downloadbcm5719-llvm-ee48d2daaa36d9d747a65d93d48e5f47a76423ce.tar.gz
bcm5719-llvm-ee48d2daaa36d9d747a65d93d48e5f47a76423ce.zip
Fix typo.
llvm-svn: 120499
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
index 1685ce36cbe..231073e0793 100644
--- a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
+++ b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
@@ -324,7 +324,7 @@ getMachineOpValue(const MCInst &MI, const MCOperand &MO,
unsigned Reg = MO.getReg();
unsigned RegNo = getARMRegisterNumbering(Reg);
- // Q registers are encodes as 2x their register number.
+ // Q registers are encoded as 2x their register number.
switch (Reg) {
default:
return RegNo;
OpenPOWER on IntegriCloud