llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/
[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 }