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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This clearly looks good. =] FWIW, this kind of change seems obvious to me. Adding test cases like this should be fine with post-commit approval.