Loop over the module, not the symbol table. This makes the code handle
authorChris Lattner <sabre@nondot.org>
Wed, 22 Oct 2003 04:42:20 +0000 (04:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Oct 2003 04:42:20 +0000 (04:42 +0000)
commit4cb766af4a3ca51dd798608f8efb19c19ed5d2b5
treeece3be814b801dc0da556aee90ce0f51efc31470
parent20678b96ea7ab7d4f0809eb5407910bae75e446c
Loop over the module, not the symbol table.  This makes the code handle
unused external functions again

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