make gvn marginally faster by reallocating the lastSeenLoad map for
authorChris Lattner <sabre@nondot.org>
Fri, 21 Mar 2008 21:33:23 +0000 (21:33 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Mar 2008 21:33:23 +0000 (21:33 +0000)
commit2e60701b9d7ab5a0a8c68ed888665865554b6f4d
tree0e4c2e675131cd1d4a99141dd1aea40bcebc7b51
parent88365bb4047a91d42af2aa42839b21e701ea1b03
make gvn marginally faster by reallocating the lastSeenLoad map for
each basic block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp