Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vec_shuffle-23.ll
index 7e8aa5dc4bf6f66fd9c955efc65c7a2f1f2fa318..24687359cc5a498a5c409ab57548591787d5e8e0 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2                | not grep punpck
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2                |     grep pshufd
+; RUN: llc < %s -march=x86 -mattr=+sse2                | not grep punpck
+; RUN: llc < %s -march=x86 -mattr=+sse2                |     grep pshufd
 
 define i32 @t() nounwind {
 entry:
        %a = alloca <4 x i32>           ; <<4 x i32>*> [#uses=2]
        %b = alloca <4 x i32>           ; <<4 x i32>*> [#uses=5]
-       volatile store <4 x i32> < i32 0, i32 1, i32 2, i32 3 >, <4 x i32>* %a
+       store volatile <4 x i32> < i32 0, i32 1, i32 2, i32 3 >, <4 x i32>* %a
        %tmp = load <4 x i32>* %a               ; <<4 x i32>> [#uses=1]
        store <4 x i32> %tmp, <4 x i32>* %b
        %tmp1 = load <4 x i32>* %b              ; <<4 x i32>> [#uses=1]