[LCG] Remove a completely unnecessary loop. It wasn't even doing any
authorChandler Carruth <chandlerc@gmail.com>
Fri, 25 Apr 2014 06:45:06 +0000 (06:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 25 Apr 2014 06:45:06 +0000 (06:45 +0000)
commit6b168d6741862bae32ac4e4f8eab88e24afcde58
tree1fcd877f48e7aba3d9ddf1a0725abf88c775d27e
parentfe0f0187be88afc697514c0626fa2c4ba87b7466
[LCG] Remove a completely unnecessary loop. It wasn't even doing any
thing, just mucking up the code. I feel bad that I even wrote this loop.
Very sorry. The diff is huge because of the indent change, but I promise
all this is doing is realizing that the outer two loops were actually
the exact same loops, and we didn't need two of them.

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