llvm-6502/lib/Transforms/IPO
Reid Spencer 2f1890792c 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
2005-12-13 19:56:51 +00:00
..
ArgumentPromotion.cpp
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp Improve ResolveFunctions to: 2005-12-13 19:56:51 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
Inliner.cpp
Inliner.h
InlineSimple.cpp
Internalize.cpp Wrap a long line, never internalize llvm.used. 2005-12-05 05:07:38 +00:00
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp When a function takes a variable number of pointer arguments, with a zero 2005-10-23 04:37:20 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PruneEH.cpp
RaiseAllocations.cpp
SimplifyLibCalls.cpp When a function takes a variable number of pointer arguments, with a zero 2005-10-23 04:37:20 +00:00
StripSymbols.cpp