Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / invalid-generic-debug-node-tag-overflow.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3 ; CHECK-NOT: error:
4 !0 = !GenericDINode(tag: 65535)
5
6 ; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'tag' too large, limit is 65535
7 !1 = !GenericDINode(tag: 65536)