From 5a89e0ef07ea80a03416e617e77ecd66ba11e698 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Mon, 15 Oct 2012 18:21:08 +0000 Subject: [PATCH] misched tests: add a triple to speculatively fix windows builders. llvm-svn: 165952 --- llvm/test/CodeGen/X86/misched-ilp.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/misched-ilp.ll b/llvm/test/CodeGen/X86/misched-ilp.ll index 98c7538..c6cedb7 100644 --- a/llvm/test/CodeGen/X86/misched-ilp.ll +++ b/llvm/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. ; -- 2.7.4