[all-commits] [llvm/llvm-project] b172f4: [SandboxIR] Fix -Wunused-variable in SandboxIR.cpp...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Fri Jul 19 16:54:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b172f4aabe7918362cbac54e394657c37627238c
https://github.com/llvm/llvm-project/commit/b172f4aabe7918362cbac54e394657c37627238c
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-07-20 (Sat, 20 Jul 2024)
Changed paths:
M llvm/lib/SandboxIR/SandboxIR.cpp
Log Message:
-----------
[SandboxIR] Fix -Wunused-variable in SandboxIR.cpp (NFC)
/llvm-project/llvm/lib/SandboxIR/SandboxIR.cpp:584:8:
error: unused variable 'Pair' [-Werror,-Wunused-variable]
auto Pair = LLVMValueToValueMap.insert({VPtr->Val, std::move(VPtr)});
^
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