summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-02-14 00:34:30 +0000
committerLang Hames <lhames@gmail.com>2012-02-14 00:34:30 +0000
commit876f24f7069d7ef51d93a178983b459406bc68cb (patch)
tree00910d37346011d76f6c6661453acee88f2b9c63 /llvm/lib/Target
parentad01ef5fb99bd021f8bf1bc4d3fafdb6ff69aa10 (diff)
downloadbcm5719-llvm-876f24f7069d7ef51d93a178983b459406bc68cb.tar.gz
bcm5719-llvm-876f24f7069d7ef51d93a178983b459406bc68cb.zip
Third time's the charm...?
llvm-svn: 150447
Diffstat (limited to 'llvm/lib/Target')
-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 6687dacf2fb..a7171723831 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 = $Vd, $Vm1 = $Vd1",
+ NoItinerary, "vswp", "$Vd, $Vd1", "$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 = $Vd, $Vm1 = $Vd1",
+ NoItinerary, "vswp", "$Vd, $Vd1", "$Vm = $Vd, $Vm1 = $Vd1",
[]>;
// Vector Move Operations.
OpenPOWER on IntegriCloud