Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
Assembler
/
invalid-uselistorder_bb-numbered.ll
blob: 92e5b3c876d121f8f4c7feb13f5cf28364bde955 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: error: invalid numeric label in uselistorder_bb
@ba1
=
constant
ptr
blockaddress
(
@foo
,
%1
)
define
void
@foo
()
{
br
label
%1
unreachable
}
uselistorder_bb
@foo
,
%1
,
{
1
,
0
}