From: Rafael Espindola Date: Mon, 15 Oct 2012 19:25:43 +0000 (+0000) Subject: Add a cpu to try to fix the atom builder. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aee00b5e725278ac88b765989b0397a14485a550;p=platform%2Fupstream%2Fllvm.git Add a cpu to try to fix the atom builder. llvm-svn: 165956 --- diff --git a/llvm/test/CodeGen/X86/pr14088.ll b/llvm/test/CodeGen/X86/pr14088.ll index e55c630..bd08f2c 100644 --- a/llvm/test/CodeGen/X86/pr14088.ll +++ b/llvm/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