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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-07-03 03:58:59 +00:00
parent 10de025a67
commit 0e0d62ebd9

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]