[llvm-commits] [llvm] r113856 - /llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp

Jim Grosbach grosbach at apple.com
Tue Sep 14 14:05:34 PDT 2010


Author: grosbach
Date: Tue Sep 14 16:05:34 2010
New Revision: 113856

URL: http://llvm.org/viewvc/llvm-project?rev=113856&view=rev
Log:
fix comment typo

Modified:
    llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp?rev=113856&r1=113855&r2=113856&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp Tue Sep 14 16:05:34 2010
@@ -1343,7 +1343,7 @@
     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()));





More information about the llvm-commits mailing list