Dematerialize the source functions after we're done with them. This saves a bit
authorBill Wendling <isanbard@gmail.com>
Fri, 23 Mar 2012 07:18:22 +0000 (07:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 23 Mar 2012 07:18:22 +0000 (07:18 +0000)
commit12d9a9002f9fba3ea42225b8daf4f9feda52726d
tree47405c8b5bb7ca28cfb7dd4a02438b64f987a138
parenta443e5b1f1013612950fc3c9ebfafca60a1c20df
Dematerialize the source functions after we're done with them. This saves a bit
of memory during LTO.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153313 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp