diff options
| author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2016-03-21 11:06:20 +0000 |
|---|---|---|
| committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2016-03-21 11:06:20 +0000 |
| commit | 39a0020f2d79214a43af5820d3c73161d2617e5f (patch) | |
| tree | 1d8272fa6a267b1e79afcfa27be34ca32b550b54 /llvm | |
| parent | a4a589eec500d7515c5ecbfb01fff686c6fd0628 (diff) | |
| download | bcm5719-llvm-39a0020f2d79214a43af5820d3c73161d2617e5f.tar.gz bcm5719-llvm-39a0020f2d79214a43af5820d3c73161d2617e5f.zip | |
Fixed -mcpu flag
"core-avx" does not exist; I changed to "nehalem"
llvm-svn: 263932
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/statepoint-vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/statepoint-vector.ll b/llvm/test/CodeGen/X86/statepoint-vector.ll index 6290c9e87d4..21e7b204a07 100644 --- a/llvm/test/CodeGen/X86/statepoint-vector.ll +++ b/llvm/test/CodeGen/X86/statepoint-vector.ll @@ -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" |

