[polly] 2213a35 - [Polly] Delete unused lambda capture after 7175cffb2133048018df74c1b49d1d4962ea18f2
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 18:34:58 PDT 2020
Author: Fangrui Song
Date: 2020-10-20T18:34:52-07:00
New Revision: 2213a354b9d1cc0153ac20367e5397c66e660c32
URL: https://github.com/llvm/llvm-project/commit/2213a354b9d1cc0153ac20367e5397c66e660c32
DIFF: https://github.com/llvm/llvm-project/commit/2213a354b9d1cc0153ac20367e5397c66e660c32.diff
LOG: [Polly] Delete unused lambda capture after 7175cffb2133048018df74c1b49d1d4962ea18f2
Added:
Modified:
polly/lib/Transform/ForwardOpTree.cpp
Removed:
################################################################################
diff --git a/polly/lib/Transform/ForwardOpTree.cpp b/polly/lib/Transform/ForwardOpTree.cpp
index 56c5fefeab39..141ac26b714d 100644
--- a/polly/lib/Transform/ForwardOpTree.cpp
+++ b/polly/lib/Transform/ForwardOpTree.cpp
@@ -696,7 +696,7 @@ class ForwardOpTreeImpl : ZoneAlgorithm {
}
}
- auto ExecAction = [this, TargetStmt, UseInst, DefStmt]() {
+ auto ExecAction = [this, TargetStmt, UseInst]() {
// To ensure the right order, prepend this instruction before its
// operands. This ensures that its operands are inserted before the
// instruction using them.
More information about the llvm-commits
mailing list