Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / palignr.ll
index ddcb05c97032da6c43dc8cfb6cec8a6bb2e3fd2d..6875fb3392423dd7b2c7fbaafc41cd6bdb791119 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=core2 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=core2 -mattr=+ssse3 | FileCheck %s
 ; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck --check-prefix=YONAH %s
 
 define <4 x i32> @test1(<4 x i32> %A, <4 x i32> %B) nounwind {