From 37d002f0a8b6dd7571bb819b70e98474f994c57a Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Mon, 24 Jun 2013 09:51:30 +0000 Subject: Add -mcpu to some unit tests that only fail on certain hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184709 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2009-03-23-MultiUseSched.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/2009-03-23-MultiUseSched.ll') diff --git a/test/CodeGen/X86/2009-03-23-MultiUseSched.ll b/test/CodeGen/X86/2009-03-23-MultiUseSched.ll index 351a1722a2..bbc1d341d4 100644 --- a/test/CodeGen/X86/2009-03-23-MultiUseSched.ll +++ b/test/CodeGen/X86/2009-03-23-MultiUseSched.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: llc < %s -mtriple=x86_64-linux -relocation-model=static -o /dev/null -stats -info-output-file - > %t +; RUN: llc < %s -mtriple=x86_64-linux -mcpu=corei7 -relocation-model=static -o /dev/null -stats -info-output-file - > %t ; RUN: not grep spill %t ; RUN: not grep "%rsp" %t ; RUN: not grep "%rbp" %t -- cgit v1.2.3