[all-commits] [llvm/llvm-project] 4b4dcb: [Transforms] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Dec 12 08:51:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b4dcb49887bb4a75d55c91af50f576b7fc16a74
https://github.com/llvm/llvm-project/commit/4b4dcb49887bb4a75d55c91af50f576b7fc16a74
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
Log Message:
-----------
[Transforms] Fix a warning
This patch fixes:
llvm/lib/Transforms/Scalar/SROA.cpp:4855:9: error: unused variable
'NewAssign' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list