Run the internalize pass to mark all functions except main internal when
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 05:49:45 +0000 (05:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 05:49:45 +0000 (05:49 +0000)
commit7bf5dfec1924e150bf9aa7745c9f98102b8e1a52
treeb3b89bc1e16b523ac81e8ab5f151c978a0983727
parent100d6daca4e6b762735b32bb2a00ee32945e2a82
Run the internalize pass to mark all functions except main internal when
linking the final program to allow smarter optimizations

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2364 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp