diff options
author | Andrew Trick <atrick@apple.com> | 2013-12-01 18:17:05 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-12-01 18:17:05 +0000 |
commit | ca45c817c31d9efbba5f45de7b858e765c899d18 (patch) | |
tree | 4cda87866479608124a9b177f1590a58e8589d94 | |
parent | 6edca7d9bde368cce0633cf0315735cfa46eccbe (diff) | |
download | bcm5719-llvm-ca45c817c31d9efbba5f45de7b858e765c899d18.tar.gz bcm5719-llvm-ca45c817c31d9efbba5f45de7b858e765c899d18.zip |
Add -mcpu to stackmap.ll
llvm-svn: 196051
-rw-r--r-- | llvm/test/CodeGen/X86/stackmap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/stackmap.ll b/llvm/test/CodeGen/X86/stackmap.ll index 55532e96ace..038865ab374 100644 --- a/llvm/test/CodeGen/X86/stackmap.ll +++ b/llvm/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. |