[LCG] Switch the SCC's parent iterators to be value iterators rather
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 07:48:18 +0000 (07:48 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 07:48:18 +0000 (07:48 +0000)
commit63ed439ab5ac43a4b36e347df35db84707fc6894
tree9ed713182047616ea9745a458a208bb7ea5854fc
parent0698b2b6cc067aff9df40fba87c9ef829b23738b
[LCG] Switch the SCC's parent iterators to be value iterators rather
than pointer iterators.

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