forked from OSchip/llvm-project
Fix the comment to Region block iterators.
PiperOrigin-RevId: 281506693
This commit is contained in:
parent
e50261657f
commit
3825cc46ab
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue