MergeFunctions Pass, removed DenseMap helpers.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Sun, 22 Jun 2014 01:53:30 +0000 (01:53 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Sun, 22 Jun 2014 01:53:30 +0000 (01:53 +0000)
commitc815039ca2a5b18d3cbc5b35767287f7ec67e7a7
treeaf016a852bb9eb6e986a9ba296f4b3bc81cfb56b
parentaa5b571d45b6798c561bd48f28b9606a9033592f
MergeFunctions Pass, removed DenseMap helpers.

Patch removes rest part of code related to old implementation.

This patch belongs to patch series that improves MergeFunctions
performance time from O(N*N) to O(N*log(N)).

This one was the final patch.

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