diff options
Diffstat (limited to 'test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll')
| -rw-r--r-- | test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll b/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll index 19d165805b04..7025b5d16a45 100644 --- a/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll +++ b/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.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 'nested_loop_with_branches' ; CHECK-NEXT: block-frequency-info: nested_loop_with_branches |
