Trying that again.
[oota-llvm.git] / test / Assembler / 2007-01-01-Cast-To-Bool.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep {icmp ne}
2 bool %main(int %X) {
3   %res = cast bool true to bool
4   ret bool %res
5 }