From 28a932742cf7277aacf4f15667249b6c1e13b2f5 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Thu, 5 May 2016 21:13:27 +0000 Subject: [PM] port Branch Frequency Analaysis pass to new PM llvm-svn: 268687 --- llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll') 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' -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 -- cgit v1.2.3