[x86] Simplify vector selection if condition value type matches vselect value type...
[oota-llvm.git] / test / CodeGen / X86 / crash-nosse.ll
index 7a15a47c6cad02d2ae5ba27ddcf5e52b8cf77e9c..b1e01f94c9e6a087ad8e4c92edcfd796bb4c3ea7 100644 (file)
@@ -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