OSDN Git Service

fix comment typo
authorJim Grosbach <grosbach@apple.com>
Tue, 14 Sep 2010 21:05:34 +0000 (21:05 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 14 Sep 2010 21:05:34 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113856 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMAsmPrinter.cpp

index 6cfd596..47d68fa 100644 (file)
@@ -1343,7 +1343,7 @@ void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) {
     OutStreamer.EmitLabel(Label);
 
 
-    // Form and emit thdd.
+    // Form and emit the add.
     MCInst AddInst;
     AddInst.setOpcode(ARM::ADDrr);
     AddInst.addOperand(MCOperand::CreateReg(MI->getOperand(0).getReg()));