Home | History | Annotate | Download | only in Assembler
      1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
      2 ; CHECK: error: invalid numeric label in uselistorder_bb
      3 
      4 @ba1 = constant i8* blockaddress (@foo, %1)
      5 
      6 define void @foo() {
      7   br label %1
      8   unreachable
      9 }
     10 
     11 uselistorder_bb @foo, %1, { 1, 0 }
     12