Switch FnSet to containing the ComparableFunction instead of a pointer to one.
commitc7df1866e2d14925f10134dbcf6cd428c85ac53f
authorNick Lewycky <nicholas@mxc.ca>
Sun, 5 Sep 2010 09:00:32 +0000 (5 09:00 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 5 Sep 2010 09:00:32 +0000 (5 09:00 +0000)
treedce245e6bc96244683a7ad1bc335125df8bf9e32
parent94c43c36d916e286f170ec9fedd46ae782333f63
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