summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-14 21:05:34 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-14 21:05:34 +0000
commit7ae94222cd5a5e687887232b8176d58c9dfd09ce (patch)
tree11f3ca83b4a5b80867910bb5b94640e2ec7dfa57 /llvm/lib
parentf6fe577e881fa1c3da9098e94f968c4400570578 (diff)
downloadbcm5719-llvm-7ae94222cd5a5e687887232b8176d58c9dfd09ce.tar.gz
bcm5719-llvm-7ae94222cd5a5e687887232b8176d58c9dfd09ce.zip
fix comment typo
llvm-svn: 113856
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
index 6cfd5961149..47d68fa80d2 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -1343,7 +1343,7 @@ void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) {
OutStreamer.EmitLabel(Label);
- // Form and emit tha dd.
+ // Form and emit the add.
MCInst AddInst;
AddInst.setOpcode(ARM::ADDrr);
AddInst.addOperand(MCOperand::CreateReg(MI->getOperand(0).getReg()));
OpenPOWER on IntegriCloud