[all-commits] [llvm/llvm-project] 74192e: [X86] Silence an unused-variable warning (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Feb 6 23:48:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74192e57f7208926ab15502cc6ac31e4d8b98ba3
https://github.com/llvm/llvm-project/commit/74192e57f7208926ab15502cc6ac31e4d8b98ba3
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp
Log Message:
-----------
[X86] Silence an unused-variable warning (NFC)
/llvm-project/llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp:1054:9:
error: unused variable 'RhsBank' [-Werror,-Wunused-variable]
auto *RhsBank = RBI.getRegBank(RhsReg, MRI, TRI);
^
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