[all-commits] [llvm/llvm-project] 42476d: [ADT] Fix an unused variable warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Dec 20 15:03:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42476dea671af0e5328f22cc2890dd756d30fc61
https://github.com/llvm/llvm-project/commit/42476dea671af0e5328f22cc2890dd756d30fc61
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M llvm/include/llvm/ADT/GenericUniformityImpl.h
Log Message:
-----------
[ADT] Fix an unused variable warning
This patch fixes:
llvm/include/llvm/ADT/GenericUniformityImpl.h:752:8: error: unused
variable 'printBlockSet' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list