summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-02-14 00:17:12 +0000
committerLang Hames <lhames@gmail.com>2012-02-14 00:17:12 +0000
commit185455df7e28d4e19870cd93751b806cac0006a9 (patch)
tree49751d9402a4d09c7c081e184544ccbb198b1cc1 /llvm/lib
parentbae2f2f8128ded0b0f502eeb1463ed71e2d11942 (diff)
downloadbcm5719-llvm-185455df7e28d4e19870cd93751b806cac0006a9.tar.gz
bcm5719-llvm-185455df7e28d4e19870cd93751b806cac0006a9.zip
Unswap swap operands, partially reducing confusion.
llvm-svn: 150444
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrNEON.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrNEON.td b/llvm/lib/Target/ARM/ARMInstrNEON.td
index 77e47e88aeb..6687dacf2fb 100644
--- a/llvm/lib/Target/ARM/ARMInstrNEON.td
+++ b/llvm/lib/Target/ARM/ARMInstrNEON.td
@@ -4870,11 +4870,11 @@ def VCNTq : N2VQInt<0b11, 0b11, 0b00, 0b00, 0b01010, 0,
// Vector Swap
def VSWPd : N2VX<0b11, 0b11, 0b00, 0b10, 0b00000, 0, 0,
(outs DPR:$Vd, DPR:$Vd1), (ins DPR:$Vm, DPR:$Vm1),
- NoItinerary, "vswp", "$Vd, $Vm", "$Vm = $Vd1, $Vm1 = $Vd",
+ NoItinerary, "vswp", "$Vd, $Vm", "$Vm = $Vd, $Vm1 = $Vd1",
[]>;
def VSWPq : N2VX<0b11, 0b11, 0b00, 0b10, 0b00000, 1, 0,
(outs QPR:$Vd, QPR:$Vd1), (ins QPR:$Vm, QPR:$Vm1),
- NoItinerary, "vswp", "$Vd, $Vm", "$Vm = $Vd1, $Vm1 = $Vd",
+ NoItinerary, "vswp", "$Vd, $Vm", "$Vm = $Vd, $Vm1 = $Vd1",
[]>;
// Vector Move Operations.
OpenPOWER on IntegriCloud