[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Assembler / invalid-uselistorder_bb-numbered.ll
blobd7d170f769ff6c203601cd1b080c55f68a3e746d
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2 ; CHECK: error: invalid numeric label in uselistorder_bb
4 @ba1 = constant i8* blockaddress (@foo, %1)
6 define void @foo() {
7   br label %1
8   unreachable
11 uselistorder_bb @foo, %1, { 1, 0 }