[LCG] We don't actually need a set in each SCC to track the nodes. We
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 08:55:36 +0000 (08:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 08:55:36 +0000 (08:55 +0000)
commit9e65c463453fa777efadba252c212076686fabba
tree965b8231b5f963c4c55aa83452798da169177c46
parent25209ab48679af86fc6b878e9a9a4308477bcd0b
[LCG] We don't actually need a set in each SCC to track the nodes. We
can use the node -> SCC mapping in the top-level graph to test this on
the rare occasions we need it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207090 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LazyCallGraph.h
lib/Analysis/LazyCallGraph.cpp