[LCG] Normalize the post-order SCC iterator to just iterate over the SCC
authorChandler Carruth <chandlerc@gmail.com>
Wed, 23 Apr 2014 23:51:07 +0000 (23:51 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 23 Apr 2014 23:51:07 +0000 (23:51 +0000)
commit9f2150c0466e7061985171ce46c15912a7d8398c
tree04e3237db4d22746c22d850fb36d7c99dfc14a31
parente3273c50a2b325e49df8fa60dd1802bc7772a656
[LCG] Normalize the post-order SCC iterator to just iterate over the SCC
values rather than having pointers in weird places.

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