Fix the comment to Region block iterators.

PiperOrigin-RevId: 281506693
This commit is contained in:
Alexander Belyaev 2019-11-20 06:20:08 -08:00 committed by A. Unique TensorFlower
parent e50261657f
commit 3825cc46ab
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public:
using BlockListType = llvm::iplist<Block>;
BlockListType &getBlocks() { return blocks; }
// Iteration over the block in the function.
// Iteration over the blocks in the region.
using iterator = BlockListType::iterator;
using reverse_iterator = BlockListType::reverse_iterator;