Remove wasteful caching. This isn't needed for correctness because any function
authorNick Lewycky <nicholas@mxc.ca>
Wed, 2 Feb 2011 05:31:01 +0000 (05:31 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 2 Feb 2011 05:31:01 +0000 (05:31 +0000)
commit8eb3e54592ae7d7b43454fcd08d0da7a51ecd4d8
tree8f94f248404aea1c593a2b633c8d1d03c520dceb
parent5195b71941b49b3be7915cf4a52c951ac72e0a83
Remove wasteful caching. This isn't needed for correctness because any function
that might have changed been affected by a merge elsewhere will have been
removed from the function set, and it isn't needed for performance because we
call grow() ahead of time to prevent reallocations.

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