1; RUN: opt < %s -instcombine -S | grep "fcmp uno.*0.0" 2; PR1111 3define i1 @test(double %X) { 4 %tmp = fcmp une double %X, %X 5 ret i1 %tmp 6} 7