summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_shuffle-25.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle-25.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-25.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-25.ll b/llvm/test/CodeGen/X86/vec_shuffle-25.ll
index d9b2388809a..3f42a132ef2 100644
--- a/llvm/test/CodeGen/X86/vec_shuffle-25.ll
+++ b/llvm/test/CodeGen/X86/vec_shuffle-25.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=sse41 -o %t
+; RUN: llc < %s -march=x86 -mattr=sse4.1 -o %t
; RUN: grep unpcklps %t | count 3
; RUN: grep unpckhps %t | count 1
OpenPOWER on IntegriCloud