Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / 2006-12-09-Cast-To-Bool.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep bitcast
2 ; RUN: verify-uselistorder %s
3
4 define i1 @main(i32 %X) {
5   %res = bitcast i1 true to i1
6   ret i1 %res
7 }