[all-commits] [llvm/llvm-project] 04b59e: [BOLT] Fix unused function warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Nov 29 11:13:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04b59e7af9abeeedb93f5811e20ab93304f7988c
https://github.com/llvm/llvm-project/commit/04b59e7af9abeeedb93f5811e20ab93304f7988c
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M bolt/lib/Passes/CallGraph.cpp
Log Message:
-----------
[BOLT] Fix unused function warnings
This patch fixes:
bolt/lib/Passes/CallGraph.cpp:27:15: error: unused function
'hash_int64_fallback' [-Werror,-Wunused-function]
bolt/lib/Passes/CallGraph.cpp:40:15: error: unused function
'hash_int64' [-Werror,-Wunused-function]
More information about the All-commits
mailing list