[DivergenceAnalysis] fix a bug in computing influence regions
[oota-llvm.git] / test / Assembler / invalid-uselistorder_bb-missing-body.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2 ; CHECK: error: invalid declaration in uselistorder_bb
3 declare void @foo()
4 uselistorder_bb @foo, %bb, { 1, 0 }