diff options
Diffstat (limited to 'llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll')
-rw-r--r-- | llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll b/llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll index 9a86564c548..40d9e82351f 100644 --- a/llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll +++ b/llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -analyze -block-freq | FileCheck %s +; RUN: opt < %s -passes='print<block-freq>' -disable-output 2>&1 | FileCheck %s ; CHECK-LABEL: Printing analysis {{.*}} for function 'loop_with_branch': ; CHECK-NEXT: block-frequency-info: loop_with_branch |