[Mlir-commits] [mlir] e41805f - [mlir] Drop forward-declaration of loop::TerminatorOp.
Alex Zinenko
llvmlistbot at llvm.org
Thu May 7 09:28:39 PDT 2020
Author: Alex Zinenko
Date: 2020-05-07T18:28:31+02:00
New Revision: e41805fdab68b0509e083d5c22f455efafda09cf
URL: https://github.com/llvm/llvm-project/commit/e41805fdab68b0509e083d5c22f455efafda09cf
DIFF: https://github.com/llvm/llvm-project/commit/e41805fdab68b0509e083d5c22f455efafda09cf.diff
LOG: [mlir] Drop forward-declaration of loop::TerminatorOp.
This Op has been deleted in favor of loop::YieldOp, but the forward
declaration remain in the header.
Added:
Modified:
mlir/include/mlir/Dialect/LoopOps/LoopOps.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/LoopOps/LoopOps.h b/mlir/include/mlir/Dialect/LoopOps/LoopOps.h
index 281b9001f18f..4b6464647454 100644
--- a/mlir/include/mlir/Dialect/LoopOps/LoopOps.h
+++ b/mlir/include/mlir/Dialect/LoopOps/LoopOps.h
@@ -24,8 +24,6 @@
namespace mlir {
namespace loop {
-class TerminatorOp;
-
#include "mlir/Dialect/LoopOps/LoopOpsDialect.h.inc"
#define GET_OP_CLASSES
More information about the Mlir-commits
mailing list