aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/neg_fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/neg_fp.ll')
-rw-r--r--test/CodeGen/X86/neg_fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/neg_fp.ll b/test/CodeGen/X86/neg_fp.ll
index 57164f2..efb02f8 100644
--- a/test/CodeGen/X86/neg_fp.ll
+++ b/test/CodeGen/X86/neg_fp.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 xorps %t | count 1
; Test that when we don't -enable-unsafe-fp-math, we don't do the optimization