12 lines · plain
1; RUN: llvm-as < %s -disable-output 2>&1 | FileCheck %s -allow-empty2; CHECK-NOT: error3; CHECK-NOT: warning4; RUN: verify-uselistorder < %s5 6define void @f1(i1 %cmp) {7entry:8 br i1 %cmp, label %branch, label %branch9branch:10 unreachable11}12