Switch to DenseSet, simplifying much more code. We now have a single iteration
authorNick Lewycky <nicholas@mxc.ca>
Tue, 31 Aug 2010 05:53:05 +0000 (05:53 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 31 Aug 2010 05:53:05 +0000 (05:53 +0000)
commitf53de86cba33b63ecd54e16dcea735939c5b0e4a
tree79de865ea1df4154e5b63ef4e87b2a6b2ef2d083
parentc97fb52799eea845569425c0430b2b944cad7093
Switch to DenseSet, simplifying much more code. We now have a single iteration
where we hash, compare and fold, instead of one iteration where we build up
the hash buckets and a second one to fold.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112582 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/MergeFunctions.cpp