summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_extract-sse4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_extract-sse4.ll')
-rw-r--r--test/CodeGen/X86/vec_extract-sse4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_extract-sse4.ll b/test/CodeGen/X86/vec_extract-sse4.ll
index 42d7f27f7d..3cb519adf4 100644
--- a/test/CodeGen/X86/vec_extract-sse4.ll
+++ b/test/CodeGen/X86/vec_extract-sse4.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=corei7 -march=x86 -mattr=+sse41 -o %t
+; RUN: llc < %s -mcpu=corei7 -march=x86 -mattr=+sse4.1 -o %t
; RUN: not grep extractps %t
; RUN: not grep pextrd %t
; RUN: not grep pshufd %t