Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where the intege...
[oota-llvm.git] / test / CodeGen / X86 / 2004-06-10-StackifierCrash.ll
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 }