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