MergeFunctions Pass, introduced sanity check, that checks order relation,
authorStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 21 Jun 2014 18:58:11 +0000 (18:58 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 21 Jun 2014 18:58:11 +0000 (18:58 +0000)
commite298b1ce98c4077b7bc4c317c1815e6b729c41a1
tree63f8be945523d049c53f48e140f56fa57b7f994d
parent23a7bfce977e70673dbd512926136a385e9d66e3
MergeFunctions Pass, introduced sanity check, that checks order relation,
introduced among functions set.

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@211442 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/MergeFunctions.cpp