Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
llvm
/
test
/
Assembler
/
invalid-uselistorder-function-missing-named.ll
blob: c682fbe77c19a0f73b5b6db577f3d71031fdb8af [
file
] [
log
] [
blame
]
Duncan P. N. Exon Smith
0a448fb
2014-08-19 21:30:15 +0000
[
diff
] [
blame
]
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
; CHECK: error: value has no uses
3
define
void
@foo
()
{
4
unreachable
5
uselistorder
i32
%val
,
{
1
,
0
}
6
}