[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Assembler / invalid-uselistorder_bb-not-func.ll
blob080ddc1990e0815cd257e34abe2dbb893c586975
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2 ; CHECK: error: expected function name in uselistorder_bb
3 @global = global i1 0
4 uselistorder_bb @global, %bb, { 1, 0 }