summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-08 22:29:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-08 22:29:33 +0000
commitf0b3c12919811f5ec1e7d400c3ad0ddb2e85852d (patch)
tree614bfe00318c6e80ad34eb270994736aafdddea2 /test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
parentaa8d1b80ff35a4370a75b9d08a3e94f19e0d3dae (diff)
downloadllvm-f0b3c12919811f5ec1e7d400c3ad0ddb2e85852d.tar.gz
llvm-f0b3c12919811f5ec1e7d400c3ad0ddb2e85852d.tar.bz2
llvm-f0b3c12919811f5ec1e7d400c3ad0ddb2e85852d.tar.xz
Fix broken x86_64 tests which specify non-64-bit cpu's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll')
-rw-r--r--test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll b/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
index 07b1971218..c6f4b497af 100644
--- a/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
+++ b/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=yonah | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s
; Reduced from JavaScriptCore
%"class.JSC::CodeLocationCall" = type { [8 x i8] }