Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Assembler / invalid-uselistorder_bb-numbered.ll
blob92e5b3c876d121f8f4c7feb13f5cf28364bde955
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2 ; CHECK: error: invalid numeric label in uselistorder_bb
4 @ba1 = constant ptr blockaddress (@foo, %1)
6 define void @foo() {
7   br label %1
8   unreachable
11 uselistorder_bb @foo, %1, { 1, 0 }