1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-25 00:33:15 +00:00
2009-09-09 00:09:15 +00:00

10 lines
197 B
LLVM

; RUN: llc < %s
declare i1 @llvm.isunordered.f64(double, double)
define i1 @test(double %X, double %Y) {
%tmp27 = fcmp uno double %X, %Y ; <i1> [#uses=1]
ret i1 %tmp27
}