Improve ResolveFunctions to:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 13 Dec 2005 19:56:51 +0000 (19:56 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 13 Dec 2005 19:56:51 +0000 (19:56 +0000)
commit2f1890792c5da3692167050f6156f48634c2c6b8
tree327ea736bb11ed384004211d31456ea96d42a745
parent86cb643801be1308ba1da7db774b64852a119e94
Improve ResolveFunctions to:
a) use better local variable names (OldMT -> OldFT) where "M" is used to
   mean "Function" (perhaps it was previously "Method"?)
b) print out the module identifier in a warning message so that it is
   possible to track down in which module the error occurred.

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