Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Assembler
/
invalid-uselistorder-function-missing-numbered.ll
blob: e3bf0e19222c62a486d4bd0c2d39e0a404e7396c [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: error: value has no uses
define
void
@foo
()
{
unreachable
uselistorder
i32
%1
,
{
1
,
0
}
}