[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
This commit is contained in:
Matthias Springer 2021-08-05 10:54:11 +09:00
parent 7a6482216f
commit ac7c7cbfda
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ public:
/// Displays the CFG in a window. This is for use from the debugger and
/// depends on Graphviz to generate the graph.
/// This function is defined in ViewRegionGraph and only works with that
/// This function is defined in ViewOpGraph.cpp and only works with that
/// target linked.
void viewGraph(const Twine &regionName);
void viewGraph();