aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-uselistorder_bb-missing-body.ll
blob: 0fbc3a8338801458b2ba0b2a0c3333d087599f23 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: error: invalid declaration in uselistorder_bb
declare void @foo()
uselistorder_bb @foo, %bb, { 1, 0 }