Sign in
swiftshader
/
SwiftShader
/
49d664dd9233ccc14ec8caa73c79305f21f0f85e
/
.
/
third_party
/
LLVM
/
test
/
Other
/
2002-01-31-CallGraph.ll
blob: dbc14e50c49ae7983cea0275b67e9b8847db92b4 [
file
] [
log
] [
blame
]
; Call graph construction crash: Not handling indirect calls right
;
; RUN: opt < %s -analyze -print-callgraph >& /dev/null
;
%FunTy
=
type
i32
(
i32
)
define
void
@invoke
(
%FunTy
*
%x
)
{
%foo
=
call
i32
%x
(
i32
123
)
; <i32> [#uses=0]
ret
void
}