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)
llvm-svn: 165952

llvm/test/CodeGen/X86/misched-ilp.ll

index 98c7538..c6cedb7 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.
 ;