diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-03-22 20:31:39 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-03-22 20:31:39 +0000 |
commit | 62ef3c89103484c394389129f1c8ee6f5c9f0f53 (patch) | |
tree | 9971ae269c93fe6d34ca8f3a61ec1e58b60f4928 | |
parent | 638fe8dd62f0bd37a0ae7374eea280c224a84b6f (diff) |
Rename one more NEON instruction that I missed earlier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99201 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrNEON.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index 50615c4e19..71c7814c9c 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/lib/Target/ARM/ARMInstrNEON.td @@ -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> |