When checking for sret-demotion, it needs to use legal types. When using the return...
[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 }