In the TD pass, iterate over globals directly instead of through the whole scalar
authorChris Lattner <sabre@nondot.org>
Wed, 28 Jan 2004 03:12:48 +0000 (03:12 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Jan 2004 03:12:48 +0000 (03:12 +0000)
commit6d8f3dcd75c784caba92042f1a5184ed0a8ad175
treebc7f4d85f4e40f4650667284436a5fc158be14b8
parent34741cf0ddf947132781a42a1613ba20c1d8b9c1
In the TD pass, iterate over globals directly instead of through the whole scalar
map.  This saves 5s in the TD pass, from 22->17s on perlbmk

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