summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/inline-coverage.ll
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-27 23:20:16 +0000
committerXinliang David Li <davidxl@google.com>2016-05-27 23:20:16 +0000
commitd38392ecd619f983baef5082e9e941904703d556 (patch)
tree3b793f39a64a383ea18b37904c278d7c0e965daa /llvm/test/Transforms/SampleProfile/inline-coverage.ll
parentea2aef4a1d4beded20033fa4fc223936c7ffe5d8 (diff)
downloadbcm5719-llvm-d38392ecd619f983baef5082e9e941904703d556.tar.gz
bcm5719-llvm-d38392ecd619f983baef5082e9e941904703d556.zip
[PM] Port the Sample FDO to new PM (part-2)
llvm-svn: 271072
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/inline-coverage.ll')
-rw-r--r--llvm/test/Transforms/SampleProfile/inline-coverage.ll1
1 files changed, 1 insertions, 0 deletions
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:
;
OpenPOWER on IntegriCloud