llvm.memory.barrier, and impl for x86 and alpha
[oota-llvm.git] / test / CodeGen / X86 / 2004-06-10-StackifierCrash.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
2
3 bool %T(double %X) {
4   %V = seteq double %X, %X
5   ret bool %V
6 }