summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll')
-rw-r--r--test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll b/test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
index 7515e80ef4..f9f037d268 100644
--- a/test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
+++ b/test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 -mattr=-sse42,+sse41 < %s | FileCheck %s
+; RUN: llc -march=x86-64 -mattr=-sse42,+sse4.1 < %s | FileCheck %s
; Make sure we don't load from the location pointed to by %p
; twice: it has non-obvious performance implications, and
; the relevant transformation doesn't know how to update