Fixed -mcpu flag
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Mon, 21 Mar 2016 11:06:20 +0000 (11:06 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Mon, 21 Mar 2016 11:06:20 +0000 (11:06 +0000)
"core-avx" does not exist; I changed to "nehalem"

llvm-svn: 263932

llvm/test/CodeGen/X86/statepoint-vector.ll

index 6290c9e..21e7b20 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -stack-symbol-ordering=0 -mcpu=core-avx -debug-only=stackmaps < %s | FileCheck %s
+; RUN: llc -stack-symbol-ordering=0 -mcpu=nehalem -debug-only=stackmaps < %s | FileCheck %s
 ; REQUIRES: asserts
 
 target triple = "x86_64-pc-linux-gnu"