llvm-6502/lib/Transforms/Scalar
Chris Lattner 446698b63d * Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.ll
which was caused by us not running the "drop references of dead
  instructions" code when there were no basic blocks that were dead.

  We still don't want to do some of the stuff we do if there are dead
  basic blocks, but we DO want to drop references of dead instructions,
  so we factor the common code out to a new method.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3137 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-30 00:22:34 +00:00
..
ADCE.cpp * Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.ll 2002-07-30 00:22:34 +00:00
ConstantProp.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DCE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DecomposeMultiDimRefs.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
GCSE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
IndVarSimplify.cpp * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:17 +00:00
InstructionCombining.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
LICM.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PiNodeInsertion.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Reassociate.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SCCP.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SimplifyCFG.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SymbolStripping.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00