From: Rafael Espindola Date: Mon, 27 May 2013 13:22:52 +0000 (+0000) Subject: Add a cpu to try to bring back the atom bots. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f594e41ae901efdec35e335ce7b01b3c19e83e3c;p=oota-llvm.git Add a cpu to try to bring back the atom bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll b/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll index e8a3e5642eb..59d1c7f77ab 100644 --- a/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll +++ b/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=x86 -; RUN: llc -pre-RA-sched=source < %s -march=x86 | FileCheck %s --check-prefix=SOURCE-SCHED +; RUN: llc -pre-RA-sched=source < %s -march=x86 -mcpu=corei7 | FileCheck %s --check-prefix=SOURCE-SCHED ; PR2748 @g_73 = external global i32 ; [#uses=1]