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