[all-commits] [llvm/llvm-project] 8b167d: [CodeGen] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jun 5 01:18:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b167db63a9d86fb1c558925c3d76d782d78b034
https://github.com/llvm/llvm-project/commit/8b167db63a9d86fb1c558925c3d76d782d78b034
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M llvm/lib/CodeGen/MacroFusion.cpp
Log Message:
-----------
[CodeGen] Fix a warning
This patch fixes:
llvm/lib/CodeGen/MacroFusion.cpp:65:12: error: unused variable
'FirstCluster' [-Werror,-Wunused-variable]
llvm/lib/CodeGen/MacroFusion.cpp:66:12: error: unused variable
'SecondCluster' [-Werror,-Wunused-variable]
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