Add an option to this pass. If it is set, we are allowed to internalize
authorChris Lattner <sabre@nondot.org>
Tue, 18 Oct 2005 06:29:22 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Oct 2005 06:29:22 +0000 (06:29 +0000)
commita27ea769eb6f8be437ae1ff28ff49018a578f019
tree9d0fd4ca549bf4a7dce1287befd48213be61393c
parentf9c6105a784f2f0ef683de007b25decb61ab5502
Add an option to this pass.  If it is set, we are allowed to internalize
all but main.  If it's not set, we can still internalize, but only if an
explicit symbol list is provided.

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