diff options
Diffstat (limited to 'llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll')
-rw-r--r-- | llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll b/llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll index 51bbd13e83c..66ac89793b8 100644 --- a/llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll +++ b/llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -analyze -branch-prob | FileCheck %s +; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s ; In this test, the else clause is taken about 90% of the time. This was not ; reflected in the probability computation because the weight is larger than |