summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-10-15 18:21:08 +0000
committerAndrew Trick <atrick@apple.com>2012-10-15 18:21:08 +0000
commitbb20b24224734f5369d124181d086703ca439dd7 (patch)
tree7bcd677f2b408efc7f7cfe78eae38b5c4ce08f9e
parent10ad98bbbb00d67d4272e8f29186a65e2a75215e (diff)
downloadllvm-bb20b24224734f5369d124181d086703ca439dd7.tar.gz
llvm-bb20b24224734f5369d124181d086703ca439dd7.tar.bz2
llvm-bb20b24224734f5369d124181d086703ca439dd7.tar.xz
misched tests: add a triple to speculatively fix windows builders.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165952 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/misched-ilp.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/misched-ilp.ll b/test/CodeGen/X86/misched-ilp.ll
index 98c7538644..c6cedb7be8 100644
--- a/test/CodeGen/X86/misched-ilp.ll
+++ b/test/CodeGen/X86/misched-ilp.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64 -mcpu=core2 -enable-misched -misched=ilpmax | FileCheck -check-prefix=MAX %s
-; RUN: llc < %s -march=x86-64 -mcpu=core2 -enable-misched -misched=ilpmin | FileCheck -check-prefix=MIN %s
+; RUN: llc < %s -mtriple=x86_64-apple-macosx -mcpu=core2 -enable-misched -misched=ilpmax | FileCheck -check-prefix=MAX %s
+; RUN: llc < %s -mtriple=x86_64-apple-macosx -mcpu=core2 -enable-misched -misched=ilpmin | FileCheck -check-prefix=MIN %s
;
; Basic verification of the ScheduleDAGILP metric.
;