7 lines · plain
1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s2; CHECK: error: expected basic block in uselistorder_bb3define i32 @foo(i32 %arg) {4 ret i32 %arg5}6uselistorder_bb @foo, %arg, { 1, 0 }7 1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s2; CHECK: error: expected basic block in uselistorder_bb3define i32 @foo(i32 %arg) {4 ret i32 %arg5}6uselistorder_bb @foo, %arg, { 1, 0 }7