[LCG] Add the really, *really* boring edge insertion case: adding an
authorChandler Carruth <chandlerc@gmail.com>
Wed, 30 Apr 2014 10:48:36 +0000 (10:48 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 30 Apr 2014 10:48:36 +0000 (10:48 +0000)
commit491f476b8bf5d2b201733c27a079a9a7015ffc44
tree98b2ad761bee8b18c106f7a9c2984e3fac56b0f3
parent0a780977749191616c2ceac32acca441ab519e07
[LCG] Add the really, *really* boring edge insertion case: adding an
edge entirely within an existing SCC. Shockingly, making the connected
component more connected is ... a total snooze fest. =]

Anyways, its wired up, and I even added a test case to make sure it
pretty much sorta works. =D

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