Fix copy/past-o.
authorJim Grosbach <grosbach@apple.com>
Thu, 8 Dec 2011 01:02:26 +0000 (01:02 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 8 Dec 2011 01:02:26 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146120 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrNEON.td

index cb82207e094e88256caadc0c151bf53b608b32da..b63ecc386f3432ae8f495c58a02e037b47aee23c 100644 (file)
@@ -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",