[all-commits] [llvm/llvm-project] 60db0b: [IPO] Fix uused-variable warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jul 9 17:54:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60db0b8d3aa83504900f67fc1a0b89d929810264
https://github.com/llvm/llvm-project/commit/60db0b8d3aa83504900f67fc1a0b89d929810264
Author: Kazu Hirata <kazu at google.com>
Date: 2023-07-09 (Sun, 09 Jul 2023)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[IPO] Fix uused-variable warnings
This patch fixes:
llvm/lib/Transforms/IPO/AttributorAttributes.cpp:2038:10: error:
unused variable 'IsKnown' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list