diff options
author | Fangrui Song <maskray@google.com> | 2019-03-15 10:43:51 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-03-15 10:43:51 +0000 |
commit | 8b0a15b0ef696a4d3c2295e20bf9232a9aa90af4 (patch) | |
tree | d58cc4f5057e3ff915736ec9b652e440091387bd /llvm/tools/llvm-profdata | |
parent | b10f48bbb479c4f63a51700bafabae474b69a4a5 (diff) | |
download | bcm5719-llvm-8b0a15b0ef696a4d3c2295e20bf9232a9aa90af4.tar.gz bcm5719-llvm-8b0a15b0ef696a4d3c2295e20bf9232a9aa90af4.zip |
[llvm-profdata] Deleted unused Cutoffs added by D16005
llvm-svn: 356248
Diffstat (limited to 'llvm/tools/llvm-profdata')
-rw-r--r-- | llvm/tools/llvm-profdata/llvm-profdata.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp index 818f8137e44..032a8717fc1 100644 --- a/llvm/tools/llvm-profdata/llvm-profdata.cpp +++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp @@ -943,8 +943,6 @@ static int show_main(int argc, const char *argv[]) { if (ShowAllFunctions && !ShowFunction.empty()) WithColor::warning() << "-function argument ignored: showing all functions\n"; - std::vector<uint32_t> Cutoffs(DetailedSummaryCutoffs.begin(), - DetailedSummaryCutoffs.end()); if (ProfileKind == instr) return showInstrProfile(Filename, ShowCounts, TopNFunctions, ShowIndirectCallTargets, ShowMemOPSizes, |