forked from OSchip/llvm-project
Test the callgraph directly for the missing edge.
llvm-svn: 56338
This commit is contained in:
parent
938e8f60d6
commit
a75815ebb0
|
@ -1,4 +1,5 @@
|
|||
; RUN: llvm-as < %s | opt -prune-eh -inline -globalsmodref-aa -markmodref | llvm-dis | not grep {define.*read}
|
||||
; RUN: llvm-as < %s | opt -prune-eh -inline -callgraph -disable-output |& \
|
||||
; RUN: grep {Calls.*ce3806g__fxio__put__put_int64__4.1339} | count 2
|
||||
%struct.FRAME.ce3806g = type { %struct.string___XUB, %struct.string___XUB, %struct.string___XUB, %struct.string___XUB }
|
||||
%struct.FRAME.ce3806g__fxio__put__4 = type { i32, i32, i32, %struct.system__file_control_block__pstring*, i32, i32, i8 }
|
||||
%struct.RETURN = type { i8, i32 }
|
||||
|
|
Loading…
Reference in New Issue