Switch FnSet to containing the ComparableFunction instead of a pointer to one.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 5 Sep 2010 09:00:32 +0000 (09:00 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 5 Sep 2010 09:00:32 +0000 (09:00 +0000)
commitb0e17779ba401feae32cdd1dd4096d49c1746153
treedce245e6bc96244683a7ad1bc335125df8bf9e32
parentb0104e1bb56cde925d91a5b2432a18f87214484a
Switch FnSet to containing the ComparableFunction instead of a pointer to one.
This reduces malloc traffic (yay!) and removes MergeFunctionsEqualityInfo.

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