Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Assembler / invalid-uselistorder-global-missing.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2 ; CHECK: error: value has no uses
3 uselistorder i32* @global, { 1, 0 }