Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / test / Analysis / BranchProbabilityInfo / loop.ll
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...