1 ; RUN: llc < %s -march=x86 2 3 define i1 @T(double %X) { 4 %V = fcmp oeq double %X, %X ; <i1> [#uses=1] 5 ret i1 %V 6 } 7