[all-commits] [llvm/llvm-project] 9f4a9d: [ProfileData] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jan 9 14:59:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f4a9d3f44501fa755eb71fe855e15cf0e59e8b8
https://github.com/llvm/llvm-project/commit/9f4a9d3f44501fa755eb71fe855e15cf0e59e8b8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M llvm/lib/ProfileData/SampleProfWriter.cpp
Log Message:
-----------
[ProfileData] Fix a warning
This patch fixes:
llvm/lib/ProfileData/SampleProfWriter.cpp:100:10: error: unused
variable 'OriginalFunctionCount' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list