Skip to content

Commit 96c87a1

Browse files
committed
[MLIR][NFC] Fix comment in Region.cpp
BlockAndValueMapping has been renamed to IRMapping
1 parent aa77085 commit 96c87a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/IR/Region.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void Region::cloneInto(Region *dest, Region::iterator destPos,
8787
// of the blocks or operation results contained within this region as that
8888
// would lead to a write in their use-def list. This is unavoidable for
8989
// 'Value's from outside the region however, in which case it is not read
90-
// only. Using the BlockAndValueMapper it is possible to remap such 'Value's
90+
// only. Using the IRMapper it is possible to remap such 'Value's
9191
// to ones owned by the calling thread however, making it read only once
9292
// again.
9393

0 commit comments

Comments
 (0)