Cleanups: fold two loops into one
[oota-llvm.git] / lib / Analysis / ProfileInfoLoaderPass.cpp
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-03-08 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerRefactor implementations
2004-02-11 Chris LattnerCosmetic improvements to this option.
2004-02-11 Chris LattnerActually load profiling information now! Block layout...
2004-02-11 Chris LattnerAdd skeleton profileinfoloader pass. This will be...