forked from OSchip/llvm-project
[llvm-profdata] Deleted unused Cutoffs added by D16005
llvm-svn: 356248
This commit is contained in:
parent
b10f48bbb4
commit
8b0a15b0ef
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue