Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
[oota-llvm.git] / test / CodeGen / X86 / vec_extract-sse4.ll
index dab5dd144f064a9c4f4035bd7b6760baa0d3de46..42d7f27f7d606b4967166b77f8a555f98182e3e9 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llc < %s -march=x86 -mattr=+sse41 -o %t
-; RUN: grep extractps   %t | count 1
-; RUN: grep pextrd      %t | count 1
+; RUN: llc < %s -mcpu=corei7 -march=x86 -mattr=+sse41 -o %t
+; RUN: not grep extractps   %t
+; RUN: not grep pextrd      %t
 ; RUN: not grep pshufd  %t
 ; RUN: not grep movss   %t