Rename one more NEON instruction that I missed earlier.
authorBob Wilson <bob.wilson@apple.com>
Mon, 22 Mar 2010 20:31:39 +0000 (20:31 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 22 Mar 2010 20:31:39 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99201 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrNEON.td

index 50615c4e192b9ce7bb20aadf727119889380f2d1..71c7814c9c75d155e4528c59addd889251f2e08a 100644 (file)
@@ -204,7 +204,7 @@ def VLD1d64T     : VLD1D3<0b1100, "64">;
 def VLD1d8T_UPD  : VLD1D3WB<0b0000, "8">;
 def VLD1d16T_UPD : VLD1D3WB<0b0100, "16">;
 def VLD1d32T_UPD : VLD1D3WB<0b1000, "32">;
-def VLD3d64T_UPD : VLD1D3WB<0b1100, "64">;
+def VLD1d64T_UPD : VLD1D3WB<0b1100, "64">;
 
 // ...with 4 registers (some of these are only for the disassembler):
 class VLD1D4<bits<4> op7_4, string Dt>