Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / align-inst.ll
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
3
4 @A = global i1 0, align 536870912
5
6 define void @foo() {
7   %p = alloca i1, align 536870912
8   load i1, i1* %p, align 536870912
9   store i1 false, i1* %p, align 536870912
10   ret void
11 }