Sign in
swiftshader
/
SwiftShader
/
6b7f515c67744bc34f0eb06df72244a9a4e56dc6
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
Assembler
/
2002-05-02-InvalidForwardRef.ll
blob: 38c42b349a0fa1fbaf526dd9b3fa2f389645aebf [
file
] [
log
] [
blame
]
; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s
; It looks like the assembler is not forward resolving the function declaraion
; correctly.
define
void
@test
()
{
call
void
@foo
(
)
ret
void
}
declare
void
@foo
()