MergeFunctions Pass, removed unused methods from old implementation.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 21 Jun 2014 20:13:24 +0000 (20:13 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 21 Jun 2014 20:13:24 +0000 (20:13 +0000)
commit83ac8b35e91d69222095b6952f3302ba3f43426b
tree6996b1ea1b79aa1c6f898344b91fff6d1907d3ec
parent768231880a1013e0577c94bfa7fdc8b87f901b20
MergeFunctions Pass, removed unused methods from old implementation.

Patch removed next old FunctionComparator methods:
    * enumerate
    * isEquivalentOperation
    * isEquivalentGEP
    * isEquivalentType

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

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