mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 07:33:18 +00:00
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:
parent
10de025a67
commit
0e0d62ebd9
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user