Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
925bcb132a79f0bdd22c207adea0a01e80d2218a
/
.
/
test
/
Other
/
2002-01-31-CallGraph.ll
blob: 0e4c877512631a73efa9d16cfc4579ef58430ed9 [
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
}