Skip to content

Commit

Permalink
[llvm-profdata] Deleted unused Cutoffs added by D16005
Browse files Browse the repository at this point in the history
llvm-svn: 356248
  • Loading branch information
MaskRay committed Mar 15, 2019
1 parent b10f48b commit 8b0a15b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/tools/llvm-profdata/llvm-profdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8b0a15b

Please sign in to comment.