[all-commits] [llvm/llvm-project] 04d59f: [IR] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Feb 17 10:21:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04d59f2ab3a86c6a9a61429e76856391a97e965a
https://github.com/llvm/llvm-project/commit/04d59f2ab3a86c6a9a61429e76856391a97e965a
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-17 (Fri, 17 Feb 2023)
Changed paths:
M llvm/lib/IR/Instruction.cpp
Log Message:
-----------
[IR] Fix a warning
This patch fixes:
llvm/lib/IR/Instruction.cpp:141:20: warning: unused variable ‘CB’ [-Wunused-variable]
More information about the All-commits
mailing list