3fc4d23070c5668939aad727611a4810faece4e6
[oota-llvm.git] / test / Assembler / 2006-12-09-Cast-To-Bool.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep bitcast
2 define i1 %main(i32 %X) {
3   %res = bitcast i1 true to i1
4   ret i1 %res
5 }