forked from OSchip/llvm-project
parent
4db2f2cbce
commit
ba57d74608
|
@ -0,0 +1,15 @@
|
|||
; Call graph construction crash: Not handling indirect calls right
|
||||
;
|
||||
; RUN: analyze -callgraph %s
|
||||
;
|
||||
|
||||
%FunTy = type int(int)
|
||||
|
||||
implementation
|
||||
|
||||
void "invoke"(%FunTy *%x)
|
||||
begin
|
||||
%foo = call %FunTy* %x(int 123)
|
||||
ret void
|
||||
end
|
||||
|
Loading…
Reference in New Issue