From e3b557809604d036af6e00c60f012c2025b59a5e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 11 Feb 2023 13:38:04 +0100 Subject: Vendor import of llvm-project main llvmorg-16-init-18548-gb0daacf58f41, the last commit before the upstream release/17.x branch was created. --- llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp') diff --git a/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp b/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp index a2588b8cec7d..f7ae6ad84494 100644 --- a/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp +++ b/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp @@ -42,10 +42,6 @@ cl::opt SampleProfileUseProfi( "sample-profile-use-profi", cl::Hidden, cl::desc("Use profi to infer block and edge counts.")); -cl::opt SampleProfileInferEntryCount( - "sample-profile-infer-entry-count", cl::init(true), cl::Hidden, - cl::desc("Use profi to infer function entry count.")); - namespace sampleprofutil { /// Return true if the given callsite is hot wrt to hot cutoff threshold. -- cgit v1.2.3