diff options
Diffstat (limited to 'test/CodeGen/X86/statepoint-vector.ll')
-rw-r--r-- | test/CodeGen/X86/statepoint-vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/statepoint-vector.ll b/test/CodeGen/X86/statepoint-vector.ll index 9d80e9217b49..21e7b204a070 100644 --- a/test/CodeGen/X86/statepoint-vector.ll +++ b/test/CodeGen/X86/statepoint-vector.ll @@ -1,4 +1,4 @@ -; RUN: llc -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" |