[llvm-commits] [llvm] r148757 - /llvm/trunk/lib/Target/ARM/ARMInstrNEON.td

Jim Grosbach grosbach at apple.com
Mon Jan 23 16:12:39 PST 2012


Author: grosbach
Date: Mon Jan 23 18:12:39 2012
New Revision: 148757

URL: http://llvm.org/viewvc/llvm-project?rev=148757&view=rev
Log:
Fix typo.

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

Modified: llvm/trunk/lib/Target/ARM/ARMInstrNEON.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrNEON.td?rev=148757&r1=148756&r2=148757&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrNEON.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrNEON.td Mon Jan 23 18:12:39 2012
@@ -6026,7 +6026,7 @@
                   (ins VecListThreeQWordIndexed:$list, addrmode6:$addr,
                        rGPR:$Rm, pred:$p)>;
 
-// VLD3 multiple structurepseudo-instructions. These need special handling for
+// VLD3 multiple structure pseudo-instructions. These need special handling for
 // the vector operands that the normal instructions don't yet model.
 // FIXME: Remove these when the register classes and instructions are updated.
 def VLD3dAsm_8 : NEONDataTypeAsmPseudoInst<"vld3${p}", ".8", "$list, $addr",
@@ -6135,7 +6135,7 @@
                        rGPR:$Rm, pred:$p)>;
 
 
-// VST3 multiple structurepseudo-instructions. These need special handling for
+// VST3 multiple structure pseudo-instructions. These need special handling for
 // the vector operands that the normal instructions don't yet model.
 // FIXME: Remove these when the register classes and instructions are updated.
 def VST3dAsm_8 : NEONDataTypeAsmPseudoInst<"vst3${p}", ".8", "$list, $addr",





More information about the llvm-commits mailing list