Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / invalid-comdat2.ll
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3 $v = comdat any
4 $v = comdat any
5 ; CHECK: redefinition of comdat '$v'