diff options
author | Xinliang David Li <davidxl@google.com> | 2016-05-05 21:13:27 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2016-05-05 21:13:27 +0000 |
commit | 28a932742cf7277aacf4f15667249b6c1e13b2f5 (patch) | |
tree | 3c7094d2cce0da8828b9ca4db8e0ebffa5022591 /llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll | |
parent | 5f57b6ee0fcd7a26631f4f185b6e848e34fd551d (diff) | |
download | bcm5719-llvm-28a932742cf7277aacf4f15667249b6c1e13b2f5.tar.gz bcm5719-llvm-28a932742cf7277aacf4f15667249b6c1e13b2f5.zip |
[PM] port Branch Frequency Analaysis pass to new PM
llvm-svn: 268687
Diffstat (limited to 'llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll')
-rw-r--r-- | llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll b/llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll index 19d165805b0..7025b5d16a4 100644 --- a/llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll +++ b/llvm/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 |