[LCG] Simplify a bunch of the LCG code with range for loops and auto.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 9 Mar 2014 12:20:34 +0000 (12:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 9 Mar 2014 12:20:34 +0000 (12:20 +0000)
commitc52fffeb1737fef4bc21c2068c3c6ac2c60a4e19
tree3de6d894d8982de2468f8478edf9279cb05b6f5a
parent05d8dc66df9978331ca702c8535fdfeb7fcb31a2
[LCG] Simplify a bunch of the LCG code with range for loops and auto.
Still more work to be done here to leverage C++11, but this clears out
the glaring issues.

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