Skip to content

Commit f1bc3af

Browse files
authored
[mlir][scf] DCE unimplemented decls in TDs (#121237)
More dead code in headers...
1 parent 4a6fcc1 commit f1bc3af

File tree

1 file changed

+0
-6
lines changed
  • mlir/include/mlir/Dialect/SCF/IR

1 file changed

+0
-6
lines changed

mlir/include/mlir/Dialect/SCF/IR/SCF.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ void buildTerminatedBody(OpBuilder &builder, Location loc);
4040
namespace mlir {
4141
namespace scf {
4242

43-
// Insert `loop.yield` at the end of the only region's only block if it
44-
// does not have a terminator already. If a new `loop.yield` is inserted,
45-
// the location is specified by `loc`. If the region is empty, insert a new
46-
// block first.
47-
void ensureLoopTerminator(Region &region, Builder &builder, Location loc);
48-
4943
/// Returns the loop parent of an induction variable. If the provided value is
5044
/// not an induction variable, then return nullptr.
5145
ForOp getForInductionVarOwner(Value val);

0 commit comments

Comments
 (0)