Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / unnamed-comdat.ll
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2 ; CHECK: comdat cannot be unnamed
3
4 define void @0() comdat {
5   ret void
6 }