[all-commits] [llvm/llvm-project] e296e9: [NFC] Change getEntryForPercentile to be a static ...
wmi-11 via All-commits
all-commits at lists.llvm.org
Thu Jul 9 16:57:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e296e9dfd6ceade1271e48a0afacd1a4826676be
https://github.com/llvm/llvm-project/commit/e296e9dfd6ceade1271e48a0afacd1a4826676be
Author: Wei Mi <wmi at google.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M llvm/include/llvm/ProfileData/ProfileCommon.h
M llvm/lib/Analysis/ProfileSummaryInfo.cpp
M llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
Log Message:
-----------
[NFC] Change getEntryForPercentile to be a static function in ProfileSummaryBuilder.
Change file static function getEntryForPercentile to be a static member function
in ProfileSummaryBuilder so it can be used by other files.
Differential Revision: https://reviews.llvm.org/D83439
More information about the All-commits
mailing list