[all-commits] [llvm/llvm-project] 8763aa: [AArch64] Fix an unused variable warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Oct 3 12:16:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8763aa034068f17eb160c8f0b1de92fca136a56f
https://github.com/llvm/llvm-project/commit/8763aa034068f17eb160c8f0b1de92fca136a56f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[AArch64] Fix an unused variable warning
This patch fixes:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:25852:12: error:
unused variable 'MaskSize' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list