Update to include right file
[oota-llvm.git] / lib / Transforms / Scalar / DCE.cpp
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-29 Chris Lattner* Factored RemovePredecessorFromBlock into BasicBlock...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-20 Chris LattnerGet rid of a silly printout that isn't needed right now
2001-06-13 Chris LattnerUpdates to work with new cfg namespace
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerUpdated to work with new CFG.h file.
2001-06-07 Chris LattnerSignificant rework. DCE is still not done (see #ifdef...
2001-06-06 Chris LattnerInitial revision