summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-10-26 02:03:05 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-10-26 02:03:05 +0000
commitb45591979b34ecbfe74d6f9897c4fe40c671ee5d (patch)
treedc3d6f70c50c0710a8c53240ca0ebd36b535941d
parent710d2a831ce15564368d742bcd1244b12f64f195 (diff)
downloadbcm5719-llvm-b45591979b34ecbfe74d6f9897c4fe40c671ee5d.tar.gz
bcm5719-llvm-b45591979b34ecbfe74d6f9897c4fe40c671ee5d.zip
NEON vmov's are in Neon domain.
llvm-svn: 117347
-rw-r--r--llvm/lib/Target/ARM/ARMInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td
index c10b9acaa14..3a1fec7a3a7 100644
--- a/llvm/lib/Target/ARM/ARMInstrFormats.td
+++ b/llvm/lib/Target/ARM/ARMInstrFormats.td
@@ -1801,7 +1801,7 @@ class N3VX<bit op24, bit op23, bits<2> op21_20, bits<4> op11_8, bit op6,
class NVLaneOp<bits<8> opcod1, bits<4> opcod2, bits<2> opcod3,
dag oops, dag iops, Format f, InstrItinClass itin,
string opc, string dt, string asm, list<dag> pattern>
- : InstARM<AddrModeNone, Size4Bytes, IndexModeNone, f, GenericDomain,
+ : InstARM<AddrModeNone, Size4Bytes, IndexModeNone, f, NeonDomain,
"", itin> {
let Inst{27-20} = opcod1;
let Inst{11-8} = opcod2;
OpenPOWER on IntegriCloud