Don't use operator[], use the new method instead, which is faster. This speeds
authorChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 01:42:59 +0000 (01:42 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 01:42:59 +0000 (01:42 +0000)
commit3bc703ba22e8e04b4120dad6dffdf63bb373083c
treeffc33834ec0e236f3079811e908117fbbe239b0f
parent54fdcb24808bc7c66109efd9e4e3206ee4af3967
Don't use operator[], use the new method instead, which is faster.  This speeds
up the TD pass about 30% for povray and perlbmk.  It's still not clear why
copying a 5MB set of graphs turns into a 25MB set of graphs though :(

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