Do not use BasicBlock::*_iterator, just use *_iterator itself.
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / InstLoops.cpp
2003-09-24 Chris LattnerDo not use BasicBlock::*_iterator, just use *_iterator...
2003-09-05 Brian GaekeCorrect comments
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-12 Brian GaekeGive std::map<BasicBlock *, BasicBlock *> the short...
2003-07-10 Anand ShuklaAdded functionality to instrmentation pass
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-01-14 Chris LattnerFix typeo
2002-11-03 Anand Shuklacode to lightly instrument at branches