Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / 2009-07-24-ZeroArgGEP.ll
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
3
4 @foo = global i32 0
5 @bar = constant i32* getelementptr(i32, i32* @foo)
6