summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-05 21:13:27 +0000
committerXinliang David Li <davidxl@google.com>2016-05-05 21:13:27 +0000
commit28a932742cf7277aacf4f15667249b6c1e13b2f5 (patch)
tree3c7094d2cce0da8828b9ca4db8e0ebffa5022591 /llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll
parent5f57b6ee0fcd7a26631f4f185b6e848e34fd551d (diff)
downloadbcm5719-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.ll1
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
OpenPOWER on IntegriCloud