[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[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 }