diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp b/contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp index a2588b8cec7d..f7ae6ad84494 100644 --- a/contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp +++ b/contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp @@ -42,10 +42,6 @@ cl::opt<bool> SampleProfileUseProfi( "sample-profile-use-profi", cl::Hidden, cl::desc("Use profi to infer block and edge counts.")); -cl::opt<bool> 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. |