[all-commits] [llvm/llvm-project] 3e2b42: Remove RefSCC::handleTrivialEdgeInsertion
Xun Li via All-commits
all-commits at lists.llvm.org
Mon Jan 4 20:21:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e2b42489f897ededae1d3269dcaf084da692111
https://github.com/llvm/llvm-project/commit/3e2b42489f897ededae1d3269dcaf084da692111
Author: Xun Li <lxfind at gmail.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/lib/Analysis/LazyCallGraph.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list