diff options
Diffstat (limited to 'test/Analysis/BranchProbabilityInfo/loop.ll')
-rw-r--r-- | test/Analysis/BranchProbabilityInfo/loop.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/BranchProbabilityInfo/loop.ll b/test/Analysis/BranchProbabilityInfo/loop.ll index 5be7adf3909df..1a37a7a4659ef 100644 --- a/test/Analysis/BranchProbabilityInfo/loop.ll +++ b/test/Analysis/BranchProbabilityInfo/loop.ll @@ -1,5 +1,6 @@ ; Test the static branch probability heuristics for no-return functions. ; RUN: opt < %s -analyze -branch-prob | FileCheck %s +; RUN: opt < %s -passes='print<branch-prob>' --disable-output 2>&1 | FileCheck %s declare void @g1() declare void @g2() |