summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-01 18:17:05 +0000
committerAndrew Trick <atrick@apple.com>2013-12-01 18:17:05 +0000
commit1561e8381f9c97f98d4969546cf29bf730558875 (patch)
tree7836575ae11a02ba2d44e5a7c0a46b88a5d420a0 /test
parente54f6dca5074fe99d913ae1ce9bc43cf7a856b10 (diff)
downloadllvm-1561e8381f9c97f98d4969546cf29bf730558875.tar.gz
llvm-1561e8381f9c97f98d4969546cf29bf730558875.tar.bz2
llvm-1561e8381f9c97f98d4969546cf29bf730558875.tar.xz
Add -mcpu to stackmap.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/stackmap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stackmap.ll b/test/CodeGen/X86/stackmap.ll
index 55532e96ac..038865ab37 100644
--- a/test/CodeGen/X86/stackmap.ll
+++ b/test/CodeGen/X86/stackmap.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim | FileCheck %s
;
; Note: Print verbose stackmaps using -debug-only=stackmaps.