Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / 2008-07-10-APInt.ll
1 ; RUN: llvm-as < %s | llvm-dis
2 ; RUN: verify-uselistorder %s
3 ; PR2538
4 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
5 target triple = "i686-pc-linux-gnu"
6
7 define i128 @a() {
8         ret i128 18446744073709551616
9 }
10