summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/crash-nosse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/crash-nosse.ll')
-rw-r--r--llvm/test/CodeGen/X86/crash-nosse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/crash-nosse.ll b/llvm/test/CodeGen/X86/crash-nosse.ll
index 7a15a47c6ca..b1e01f94c9e 100644
--- a/llvm/test/CodeGen/X86/crash-nosse.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud