[all-commits] [llvm/llvm-project] 369299: [CodeGen] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Oct 3 10:47:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36929955f5f0ff9b7ab1314dcbbb374d52f18a42
https://github.com/llvm/llvm-project/commit/36929955f5f0ff9b7ab1314dcbbb374d52f18a42
Author: Kazu Hirata <kazu at google.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
Log Message:
-----------
[CodeGen] Fix warnings
This patch fixes:
clang/lib/CodeGen/CGBuiltin.cpp:18677:11: error: unused variable
'XVecTy1' [-Werror,-Wunused-variable]
clang/lib/CodeGen/CGBuiltin.cpp:18678:11: error: unused variable
'XVecTy2' [-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