Add a cpu to try to fix the atom builder.

llvm-svn: 165956
This commit is contained in:
Rafael Espindola 2012-10-15 19:25:43 +00:00
parent f3bc599680
commit aee00b5e72
1 changed files with 1 additions and 1 deletions

View File

@ -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