Change errs() to dbgs().
[oota-llvm.git] / lib / Transforms / Scalar / JumpThreading.cpp
2008-04-21 Chris LattnerUse the new SplitBlockPredecessors to implement a todo.
2008-04-20 Chris Lattnerfinish the first cut of a jump threading pass implement...
2008-04-20 Chris Lattnerwe can only thread blocks when there is a pred we can...
2008-04-20 Chris Lattnerimprove comments, infrastructure, and add some validity...
2008-04-20 Chris LattnerAdd a new Jump Threading pass, which will handle cases