[LazyCallGraph] Port test case from r240039 to LCG.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 2 Jul 2015 02:03:58 +0000 (02:03 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 2 Jul 2015 02:03:58 +0000 (02:03 +0000)
commitc6f1b8a4baf61d67e3d07a606363e982fe16129b
treeb29764cbb33b4b6d307f26c63c43b7514d67fc37
parentbbc90cea144cc5a7a0959756d236a20ebb01b3c7
[LazyCallGraph] Port test case from r240039 to LCG.

Summary:
r240039 adds a test case to check that CallGraph does the right thing
with respect to non-leaf intrinsics like statepoint and patchpoint.
This ports the same test case to LazyCallGraph.  LazyCallGraph already
does the right thing with respect to escaping function pointers so there
is no need to change any code.

Reviewers: chandlerc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10582

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241226 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/LazyCallGraph/non-leaf-intrinsics.ll [new file with mode: 0644]