Recommit r250345, it was reverted in r250366 to investigate a bot failure.
authorManman Ren <manman.ren@gmail.com>
Thu, 15 Oct 2015 14:59:40 +0000 (14:59 +0000)
committerManman Ren <manman.ren@gmail.com>
Thu, 15 Oct 2015 14:59:40 +0000 (14:59 +0000)
commit0f34207b1d601aed2fe306baf199d5742ba0a80b
tree01936038b13243e02c376955e5f2da996d7d7ab4
parentc4c3678da9e188349185525b7b242dddeb25db22
Recommit r250345, it was reverted in r250366 to investigate a bot failure.

Our internal bot is still red after r250366.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250415 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/BlockFrequencyInfo.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Support/BranchProbability.h
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Transforms/Scalar/JumpThreading.cpp
test/Transforms/JumpThreading/update-edge-weight.ll [new file with mode: 0644]
unittests/Support/BranchProbabilityTest.cpp