• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
4uselistorder_bb @global, %bb, { 1, 0 }
5