llvm-6502/lib/Transforms/IPO
Chris Lattner 54970c0328 Fix another really nasty regression that Anshu pointed out. In cases where
dangling constant users were removed from a function, causing it to be dead,
we never removed the call graph edge from the external node to the function.

In most cases, this didn't cause a problem (by luck).  This should definitely
go into 1.3


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15570 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-08 03:29:50 +00:00
..
ArgumentPromotion.cpp bug 122: 2004-07-18 00:23:51 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
DeadTypeElimination.cpp Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it 2004-05-27 21:16:46 +00:00
ExtractFunction.cpp
FunctionResolution.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
GlobalDCE.cpp Remove useless statistic, fix some slightly broken logic 2004-07-18 07:22:58 +00:00
GlobalOpt.cpp Ignore instructions that are in trivially dead functions. This allows us 2004-07-20 03:58:07 +00:00
Inliner.cpp Fix another really nasty regression that Anshu pointed out. In cases where 2004-08-08 03:29:50 +00:00
Inliner.h
InlineSimple.cpp bug 122: 2004-07-18 00:32:14 +00:00
Internalize.cpp
IPConstantPropagation.cpp Avoid an unnecessary isa<Constant>. 2004-07-18 08:31:18 +00:00
LoopExtractor.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
LowerSetJmp.cpp
Makefile
PruneEH.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
RaiseAllocations.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00