blob: 4fcfd264f4521943c2d7e055ac4454ad02b77f8e [file] [log] [blame]
Chandler Carrutha5a29f92012-07-02 12:47:22 +00001; RUN: opt < %s -instcombine -S | grep "fcmp uno.*0.0"
Chris Lattner0abf4ed2007-01-14 19:40:48 +00002; PR1111
Reid Spencerce380562007-01-26 08:25:06 +00003define i1 @test(double %X) {
4 %tmp = fcmp une double %X, %X
Chris Lattner0abf4ed2007-01-14 19:40:48 +00005 ret i1 %tmp
6}