summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-10-15 19:25:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-10-15 19:25:43 +0000
commit32522201a8abc67ca87890fb5c8531c72d5afc42 (patch)
tree41d34daa6784b307c9d3972e09b74123af13d309 /test
parent127f5edfd98893d8910a9ae59b10696a824fed24 (diff)
Add a cpu to try to fix the atom builder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/pr14088.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr14088.ll b/test/CodeGen/X86/pr14088.ll
index e55c6304416..bd08f2c1065 100644
--- a/test/CodeGen/X86/pr14088.ll
+++ b/test/CodeGen/X86/pr14088.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple x86_64-linux %s -o - | FileCheck %s
+; RUN: llc -mtriple x86_64-linux -mcpu core %s -o - | FileCheck %s
define i32 @f(i1 %foo, i16* %tm_year2, i8* %bar, i16 %zed, i32 %zed2) {
entry:
br i1 %foo, label %return, label %if.end