Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by about...
authorOwen Anderson <resistor@mac.com>
Mon, 26 May 2008 10:07:43 +0000 (10:07 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 26 May 2008 10:07:43 +0000 (10:07 +0000)
commit78ecf0d7b1ee7b1c44825d746b2f64e3a14aeb9b
tree46e841530df48c796fe57da711d5ebe57308531d
parenta16157a41098795d5045b197691ef997535ae169
Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by about a third.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51565 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LCSSA.cpp