From d38392ecd619f983baef5082e9e941904703d556 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Fri, 27 May 2016 23:20:16 +0000 Subject: [PM] Port the Sample FDO to new PM (part-2) llvm-svn: 271072 --- llvm/test/Transforms/SampleProfile/inline-coverage.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/Transforms/SampleProfile/inline-coverage.ll') diff --git a/llvm/test/Transforms/SampleProfile/inline-coverage.ll b/llvm/test/Transforms/SampleProfile/inline-coverage.ll index ae08466c38e..c88e7f865fa 100644 --- a/llvm/test/Transforms/SampleProfile/inline-coverage.ll +++ b/llvm/test/Transforms/SampleProfile/inline-coverage.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -instcombine -sample-profile -sample-profile-file=%S/Inputs/inline-coverage.prof -sample-profile-check-record-coverage=100 -sample-profile-check-sample-coverage=110 -pass-remarks=sample-profile -o /dev/null 2>&1 | FileCheck %s +; RUN: opt < %s -passes="function(instcombine),sample-profile" -sample-profile-file=%S/Inputs/inline-coverage.prof -sample-profile-check-record-coverage=100 -sample-profile-check-sample-coverage=110 -pass-remarks=sample-profile -o /dev/null 2>&1 | FileCheck %s ; ; Original code: ; -- cgit v1.2.3