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)
commit71038cadd469598d56391d2059bb533f6ba44a51
tree3d7563942cc31bd835b076f33c9f1bc906d10541
parent0b58801b693f6c89bac509fa66a3f413dc2dfdce
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)).

llvm-svn: 211444
llvm/lib/Transforms/IPO/MergeFunctions.cpp