Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / 2002-08-15-CastAmbiguity.ll
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
3
4 define void @test(i32 %X) {
5         call void @test( i32 6 )
6         ret void
7 }