[all-commits] [llvm/llvm-project] 62efe4: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Oct 30 00:18:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62efe4567b697116610c152fa08c7083aa8df797
https://github.com/llvm/llvm-project/commit/62efe4567b697116610c152fa08c7083aa8df797
Author: Kazu Hirata <kazu at google.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/include/mlir/IR/PatternMatch.h:1209:72: warning: parameter
‘values’ set but not used [-Wunused-but-set-parameter]
More information about the All-commits
mailing list