[all-commits] [llvm/llvm-project] f6df5c: [CtxProf] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Sep 6 14:58:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6df5cd24d5e80eb6f92a83f52c10aed3c406a2e
https://github.com/llvm/llvm-project/commit/f6df5cd24d5e80eb6f92a83f52c10aed3c406a2e
Author: Kazu Hirata <kazu at google.com>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp
Log Message:
-----------
[CtxProf] Fix warnings
This patch fixes:
llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp:214:14:
error: unused variable 'Index' [-Werror,-Wunused-variable]
llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp:284:6:
error: unused function 'areAllBBsReachable'
[-Werror,-Wunused-function]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list