mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
convert to filecheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98df4f9cf2
commit
2e1cdbf92d
@ -1,5 +1,4 @@
|
||||
; RUN: opt < %s -instcombine -S | not grep and
|
||||
|
||||
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||
|
||||
; PR1738
|
||||
define i1 @test1(double %X, double %Y) {
|
||||
@ -7,6 +6,5 @@ define i1 @test1(double %X, double %Y) {
|
||||
%tmp13 = fcmp ord double %Y, 0.000000e+00
|
||||
%bothcond = and i1 %tmp13, %tmp9
|
||||
ret i1 %bothcond
|
||||
; CHECK: fcmp ord double %Y, %X
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user