diff options
| author | Dehao Chen <dehao@google.com> | 2016-05-27 16:14:15 +0000 |
|---|---|---|
| committer | Dehao Chen <dehao@google.com> | 2016-05-27 16:14:15 +0000 |
| commit | 80b16d413548ddefe8dfa5135345a93c249f634b (patch) | |
| tree | 9c6b10e9dac064e143015ff86239f84df2d0d32b /llvm/test/Transforms/SampleProfile/inline-coverage.ll | |
| parent | 878cadb663fd8c8033a7b93f932d862266093fc9 (diff) | |
| download | bcm5719-llvm-80b16d413548ddefe8dfa5135345a93c249f634b.tar.gz bcm5719-llvm-80b16d413548ddefe8dfa5135345a93c249f634b.zip | |
Remove sample profile dependency to instcombine, which is not a analysis pass.
Summary: This patch removes dependency from sample profile pass to instcombine pass.
Reviewers: davidxl, dnovillo
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D20501
llvm-svn: 271009
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/inline-coverage.ll')
| -rw-r--r-- | llvm/test/Transforms/SampleProfile/inline-coverage.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/inline-coverage.ll b/llvm/test/Transforms/SampleProfile/inline-coverage.ll index f10373e5a3c..ae08466c38e 100644 --- a/llvm/test/Transforms/SampleProfile/inline-coverage.ll +++ b/llvm/test/Transforms/SampleProfile/inline-coverage.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -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 -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: ; |

