diff options
Diffstat (limited to 'llvm/test/Analysis/BranchProbabilityInfo/pr18705.ll')
| -rw-r--r-- | llvm/test/Analysis/BranchProbabilityInfo/pr18705.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/BranchProbabilityInfo/pr18705.ll b/llvm/test/Analysis/BranchProbabilityInfo/pr18705.ll index f5f9612fcdb..74983ef1b4f 100644 --- a/llvm/test/Analysis/BranchProbabilityInfo/pr18705.ll +++ b/llvm/test/Analysis/BranchProbabilityInfo/pr18705.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 ; Since neither of while.body's out-edges is an exit or a back edge, ; calcLoopBranchHeuristics should return early without setting the weights. |

