Skip to content

Commit

Permalink
[mlir] Drop forward-declaration of loop::TerminatorOp.
Browse files Browse the repository at this point in the history
This Op has been deleted in favor of loop::YieldOp, but the forward
declaration remain in the header.
  • Loading branch information
ftynse committed May 7, 2020
1 parent e42fee7 commit e41805f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mlir/include/mlir/Dialect/LoopOps/LoopOps.h
Expand Up @@ -24,8 +24,6 @@
namespace mlir {
namespace loop {

class TerminatorOp;

#include "mlir/Dialect/LoopOps/LoopOpsDialect.h.inc"

#define GET_OP_CLASSES
Expand Down

0 comments on commit e41805f

Please sign in to comment.