Fix the run line and make this test more specific.
[oota-llvm.git] / test / Assembler / 2006-12-09-Cast-To-Bool.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep bitcast
2 bool %main(int %X) {
3   %res = cast bool true to bool
4   ret bool %res
5 }