[all-commits] [llvm/llvm-project] a3ab11: [TableGen] Silence a warning (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Nov 18 18:06:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3ab11007ba277fb8a126d8199925f4ce184e195
https://github.com/llvm/llvm-project/commit/a3ab11007ba277fb8a126d8199925f4ce184e195
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M llvm/utils/TableGen/Common/CodeGenTarget.cpp
Log Message:
-----------
[TableGen] Silence a warning (NFC)
/llvm-project/llvm/utils/TableGen/Common/CodeGenTarget.cpp:286:12:
error: variable 'SkippedInsts' set but not used [-Werror,-Wunused-but-set-variable]
unsigned SkippedInsts = 0;
^
1 error generated.
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