llvm.memory.barrier, and impl for x86 and alpha
[oota-llvm.git] / test / CodeGen / X86 / 2004-10-08-SelectSetCCFold.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
2
3 bool %test(bool %C, bool %D, int %X, int %Y) {
4         %E = setlt int %X, %Y
5         %F = select bool %C, bool %D, bool %E
6         ret bool %F
7 }
8