[all-commits] [llvm/llvm-project] a0fbc1: [MemorySanitizer] Silence an unused-variable warni...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Feb 11 19:33:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0fbc19ad6bcc77ee7c9e5161d5ac23f90da0aa0
https://github.com/llvm/llvm-project/commit/a0fbc19ad6bcc77ee7c9e5161d5ac23f90da0aa0
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[MemorySanitizer] Silence an unused-variable warning (NFC)
/llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:2622:22:
error: unused variable 'ReturnType' [-Werror,-Wunused-variable]
FixedVectorType *ReturnType = cast<FixedVectorType>(I.getType());
^
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