test/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck-ize.

llvm-svn: 159636
This commit is contained in:
NAKAMURA Takumi 2012-07-03 03:58:59 +00:00
parent 36af16affd
commit e5e19e4f7b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
; RUN: llc < %s -march=x86 -mcpu=yonah | not grep "j[lgbe]"
; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck %s
; CHECK-NOT: {{j[lgbe]}}
define i32 @max(i32 %A, i32 %B) nounwind {
%gt = icmp sgt i32 %A, %B ; <i1> [#uses=1]