Fix issue with bitwise and precedence.
[oota-llvm.git] / lib / Support / BranchProbability.cpp
2011-10-23 Benjamin KramerPrint branch probabilities as percentages.
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.