[llvm-commits] [llvm] r154953 - /llvm/trunk/lib/Target/ARM/ARMInstrInfo.td

Chad Rosier mcrosier at apple.com
Tue Apr 17 14:48:36 PDT 2012


Author: mcrosier
Date: Tue Apr 17 16:48:36 2012
New Revision: 154953

URL: http://llvm.org/viewvc/llvm-project?rev=154953&view=rev
Log:
Typo.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrInfo.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrInfo.td?rev=154953&r1=154952&r2=154953&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrInfo.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrInfo.td Tue Apr 17 16:48:36 2012
@@ -4106,7 +4106,7 @@
   let Inst{3-0} = opt;
 }
 
-// Pseudo isntruction that combines movs + predicated rsbmi
+// Pseudo instruction that combines movs + predicated rsbmi
 // to implement integer ABS
 let usesCustomInserter = 1, Defs = [CPSR] in {
 def ABS : ARMPseudoInst<





More information about the llvm-commits mailing list