Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vec_splat-3.ll
index 678df114751f81ec4c306496ec50db03bf95c175..feacc42406df7b35e302599fbba254d893f9c4e1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t
+; RUN: llc < %s -march=x86 -mcpu=penryn -mattr=sse41 -o %t
 ; RUN: grep punpcklwd %t | count 4
 ; RUN: grep punpckhwd %t | count 4
 ; RUN: grep "pshufd" %t | count 8