aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/crash-nosse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/crash-nosse.ll')
-rw-r--r--test/CodeGen/X86/crash-nosse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/crash-nosse.ll b/test/CodeGen/X86/crash-nosse.ll
index 7a15a47..b1e01f9 100644
--- a/test/CodeGen/X86/crash-nosse.ll
+++ b/test/CodeGen/X86/crash-nosse.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=corei7 -mattr=-sse2,-sse41 -verify-machineinstrs
+; RUN: llc < %s -mcpu=corei7 -mattr=-sse2,-sse4.1 -verify-machineinstrs
target triple = "x86_64-unknown-linux-gnu"
; PR10503