summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-27 13:22:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-27 13:22:52 +0000
commitf594e41ae901efdec35e335ce7b01b3c19e83e3c (patch)
tree3c334c98c2c30423e0ac5d718682050f7153e07c /test/CodeGen
parent119da2eb20fffce88fa659d761ef5cea43f09ab6 (diff)
downloadllvm-f594e41ae901efdec35e335ce7b01b3c19e83e3c.tar.gz
llvm-f594e41ae901efdec35e335ce7b01b3c19e83e3c.tar.bz2
llvm-f594e41ae901efdec35e335ce7b01b3c19e83e3c.tar.xz
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/2008-09-11-CoalescerBug2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll b/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
index e8a3e5642e..59d1c7f77a 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 ; <i32*> [#uses=1]