Reuse the logic in getEdgeProbability within getHotSucc in order to
[oota-llvm.git] / lib / CodeGen / MachineBranchProbabilityInfo.cpp
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-10-28 Benjamin KramerUse BranchProbability compare operators.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...