[mlir] Update comment in Region.h
authorMatthias Springer <springerm@google.com>
Thu, 5 Aug 2021 01:54:11 +0000 (10:54 +0900)
committerMatthias Springer <springerm@google.com>
Thu, 5 Aug 2021 01:57:34 +0000 (10:57 +0900)
The file in which `Region::viewGraph` is defined has changed. This should have been updated with D106342.

Differential Revision: https://reviews.llvm.org/D107517

mlir/include/mlir/IR/Region.h

index f2a4aeb..4558ce4 100644 (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();