blob: ebbba010793b3b4a640e528dbaee88399e73346c [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Chris Lattnerdda73c12005-10-28 19:57:55 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003declare i1 @llvm.isunordered.f64(double, double)
Chris Lattner32b03ff2005-10-28 19:52:02 +00004
Tanya Lattner53a66d12008-02-19 01:41:04 +00005define i1 @test(double %X, double %Y) {
6 %tmp27 = fcmp uno double %X, %Y ; <i1> [#uses=1]
7 ret i1 %tmp27
Chris Lattner32b03ff2005-10-28 19:52:02 +00008}
Tanya Lattner53a66d12008-02-19 01:41:04 +00009