[all-commits] [llvm/llvm-project] 3c7c69: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Dec 22 11:40:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c7c696a521c8df5a27b26af0aee8a63d5475e6b
https://github.com/llvm/llvm-project/commit/3c7c696a521c8df5a27b26af0aee8a63d5475e6b
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp:321:19: warning:
unused variable ‘block’ [-Wunused-variable]
More information about the All-commits
mailing list