Skip to content

Commit ac7c7cb

Browse files
[mlir] Update comment in Region.h
The file in which `Region::viewGraph` is defined has changed. This should have been updated with D106342. Differential Revision: https://reviews.llvm.org/D107517
1 parent 7a64822 commit ac7c7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/IR/Region.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class Region {
296296

297297
/// Displays the CFG in a window. This is for use from the debugger and
298298
/// depends on Graphviz to generate the graph.
299-
/// This function is defined in ViewRegionGraph and only works with that
299+
/// This function is defined in ViewOpGraph.cpp and only works with that
300300
/// target linked.
301301
void viewGraph(const Twine &regionName);
302302
void viewGraph();

0 commit comments

Comments
 (0)