Remove RefSCC::handleTrivialEdgeInsertion
authorXun Li <lxfind@gmail.com>
Tue, 5 Jan 2021 04:21:01 +0000 (20:21 -0800)
committerXun Li <lxfind@gmail.com>
Tue, 5 Jan 2021 04:21:01 +0000 (20:21 -0800)
commit3e2b42489f897ededae1d3269dcaf084da692111
treedd2bdec75209186b6914a5f49b1d543d05f0b040
parentb6c8feb29fce39121884f7e08ec6eb0f58da3fb7
Remove RefSCC::handleTrivialEdgeInsertion

This function no longer does anything useful. It probably did something originally but latter changes removed them and didn't clean up this function.
The checks are already done in the callers as well.

Differential Revision: https://reviews.llvm.org/D94055
llvm/include/llvm/Analysis/LazyCallGraph.h
llvm/lib/Analysis/LazyCallGraph.cpp