misched tests: add a triple to speculatively fix windows builders.
authorAndrew Trick <atrick@apple.com>
Mon, 15 Oct 2012 18:21:08 +0000 (18:21 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 15 Oct 2012 18:21:08 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165952 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/misched-ilp.ll

index 98c753864437c3518a9ebbddceff88c6e4f6eee2..c6cedb7be87143fec71456e26cda047c93d8fb36 100644 (file)
@@ -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.
 ;