Fixed some bugs.
[llvm/zpu.git] / test / CodeGen / X86 / 2004-06-10-StackifierCrash.ll
blob036aa6a77f407d3e64965a55372a120912c3ee22
1 ; RUN: llc < %s -march=x86
3 define i1 @T(double %X) {
4         %V = fcmp oeq double %X, %X             ; <i1> [#uses=1]
5         ret i1 %V