Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / 2002-10-13-ConstantEncodingProblem.ll
1 ; RUN: llvm-as < %s | llvm-dis
2 ; RUN: verify-uselistorder %s
3
4 %Domain = type { %Domain**, %Domain* }
5 @D = global %Domain zeroinitializer             ; <%Domain*> [#uses=0]
6