Don't count all of the nodes in the SCC once for each function in the SCC.
authorChris Lattner <sabre@nondot.org>
Fri, 25 Mar 2005 20:37:32 +0000 (20:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Mar 2005 20:37:32 +0000 (20:37 +0000)
commit0423e031d63b643742ea6874e10ab09b5c932f34
tree93b244a18917b7cd283f8ba44f62f0f0d9184d37
parent33b4276053b42ab24adeac6a448079973294a571
Don't count all of the nodes in the SCC once for each function in the SCC.

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