Checking in Chris's suggestions:
authorJohn Criswell <criswell@uiuc.edu>
Tue, 4 Nov 2003 15:22:26 +0000 (15:22 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 4 Nov 2003 15:22:26 +0000 (15:22 +0000)
commit700867bb69ae1469f2b20005a79fd133e83fd552
treef31982a78f11201edef9d74f9c917ffb4df5d24f
parent62a7cc8661c551bdddca174426f79514a594dc33
Checking in Chris's suggestions:
Added assert() to ensure symbol table is well formed.
Added code to remember the value that was found; resolving types can change
the symbol table and invalidate the value of the iterator.
Added comments to the ResolveTypes() function (mainly for my own benefit).
Please feel free to correct the comments if they are not accurate.

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