summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-08 01:02:26 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-08 01:02:26 +0000
commit0dd1bc9c792efc9417551492c3826b1673b168b4 (patch)
treec6ec01d2c23b5e3734b6616a3b95266c2894417e /llvm/lib/Target/ARM
parent31a462c02cae7683f74e861e27d84115ec31e970 (diff)
downloadbcm5719-llvm-0dd1bc9c792efc9417551492c3826b1673b168b4.tar.gz
bcm5719-llvm-0dd1bc9c792efc9417551492c3826b1673b168b4.zip
Fix copy/past-o.
llvm-svn: 146120
Diffstat (limited to 'llvm/lib/Target/ARM')
-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 cb82207e094..b63ecc386f3 100644
--- a/llvm/lib/Target/ARM/ARMInstrNEON.td
+++ b/llvm/lib/Target/ARM/ARMInstrNEON.td
@@ -5357,9 +5357,9 @@ def : NEONInstAlias<"veor${p} $Vdn, $Vm",
(VEORd DPR:$Vdn, DPR:$Vdn, DPR:$Vm, pred:$p)>;
def : NEONInstAlias<"veor${p} $Vdn, $Vm",
(VEORq QPR:$Vdn, QPR:$Vdn, QPR:$Vm, pred:$p)>;
-def : NEONInstAlias<"vand${p} $Vdn, $Vm",
+def : NEONInstAlias<"vorr${p} $Vdn, $Vm",
(VORRd DPR:$Vdn, DPR:$Vdn, DPR:$Vm, pred:$p)>;
-def : NEONInstAlias<"vand${p} $Vdn, $Vm",
+def : NEONInstAlias<"vorr${p} $Vdn, $Vm",
(VORRq QPR:$Vdn, QPR:$Vdn, QPR:$Vm, pred:$p)>;
defm : VFPDTAnyInstAlias<"vand${p}", "$Vdn, $Vm",
OpenPOWER on IntegriCloud