blob: 036aa6a77f407d3e64965a55372a120912c3ee22 [file] [log] [blame]
; RUN: llc < %s -march=x86
define i1 @T(double %X) {
%V = fcmp oeq double %X, %X ; <i1> [#uses=1]
ret i1 %V
}