summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/Block.cpp
diff options
context:
space:
mode:
authorUday Bondhugula <bondhugula@google.com>2019-02-06 21:54:18 -0800
committerjpienaar <jpienaar@google.com>2019-03-29 16:19:33 -0700
commit4ba8c9147d04d82d629dde4730e1dd5d4ae4123d (patch)
treeb16681ef2a8f2327993d1f4b75596ce100732403 /mlir/lib/IR/Block.cpp
parent99fee0b181106a0213501800c6076aec95afa46c (diff)
downloadbcm5719-llvm-4ba8c9147d04d82d629dde4730e1dd5d4ae4123d.tar.gz
bcm5719-llvm-4ba8c9147d04d82d629dde4730e1dd5d4ae4123d.zip
Automated rollback of changelist 232717775.
PiperOrigin-RevId: 232807986
Diffstat (limited to 'mlir/lib/IR/Block.cpp')
-rw-r--r--mlir/lib/IR/Block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/IR/Block.cpp b/mlir/lib/IR/Block.cpp
index 90bc0b76efc..96582032b2b 100644
--- a/mlir/lib/IR/Block.cpp
+++ b/mlir/lib/IR/Block.cpp
@@ -189,7 +189,7 @@ unsigned Block::getNumSuccessors() const {
return terminator->getNumSuccessors();
}
assert(getParent() && "top-level block with no terminator");
- // Blocks inside 'affine.for'/'affine.if' instructions don't have successors.
+ // Blocks inside 'for'/'affine.if' instructions don't have successors.
return 0;
}
OpenPOWER on IntegriCloud