Do not use BasicBlock::*_iterator, just use *_iterator itself.
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / CombineBranch.cpp
2003-09-24 Chris LattnerDo not use BasicBlock::*_iterator, just use *_iterator...
2003-09-05 Brian GaekeCorrect comments
2003-07-18 Anand ShuklaA pass to combine multiple backedges that go to same...