From f0b3c12919811f5ec1e7d400c3ad0ddb2e85852d Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 8 Jul 2011 22:29:33 +0000 Subject: Fix broken x86_64 tests which specify non-64-bit cpu's. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134756 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll') diff --git a/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll b/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll index be7d94c4f2..e96da94f5a 100644 --- a/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll +++ b/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mcpu=i486 +; RUN: llc < %s -mcpu=core2 ; PR7375 ; ; This function contains a block (while.cond) with a lonely RFP use that is -- cgit v1.2.3