aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2020-05-07 18:27:40 +0200
committerAlex Zinenko <zinenko@google.com>2020-05-07 18:28:31 +0200
commite41805fdab68b0509e083d5c22f455efafda09cf (patch)
tree0b4e588f8bbf539b2d4edb8ebdf6aa71e98b6a8b
parente42fee75b8107177de5b27cb461172d326cf6141 (diff)
downloadllvm-e41805fdab68b0509e083d5c22f455efafda09cf.zip
llvm-e41805fdab68b0509e083d5c22f455efafda09cf.tar.gz
llvm-e41805fdab68b0509e083d5c22f455efafda09cf.tar.bz2
[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.
-rw-r--r--mlir/include/mlir/Dialect/LoopOps/LoopOps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mlir/include/mlir/Dialect/LoopOps/LoopOps.h b/mlir/include/mlir/Dialect/LoopOps/LoopOps.h
index 281b900..4b64646 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