llvm/lib/Transforms/Scalar
Chris Lattner 34e353e560 Fix bug: ADCE/2003-06-11-InvalidCFG.ll
This was because we were deleting large chunks of functions without an exit block, because the post-dominance
information was not useful.  This broke crafty and twolf.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6698 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-16 12:10:45 +00:00
..
ADCE.cpp Fix bug: ADCE/2003-06-11-InvalidCFG.ll 2003-06-16 12:10:45 +00:00
ConstantProp.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
CorrelatedExprs.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Fix bug: InstCombine/2003-06-05-BranchInvertInfLoop.ll 2003-06-05 20:12:51 +00:00
LICM.cpp
Makefile
PiNodeInsertion.cpp
PRE.cpp Add comment 2003-05-29 20:26:30 +00:00
Reassociate.cpp Fix spelling 2003-05-02 19:26:34 +00:00
ScalarReplAggregates.cpp Okay totally give up on trying to optimize aggregates that cannot be completely 2003-05-30 19:22:14 +00:00
SCCP.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp