[Mlir-commits] [mlir] ac7c7cb - [mlir] Update comment in Region.h

Matthias Springer llvmlistbot at llvm.org
Wed Aug 4 18:57:57 PDT 2021


Author: Matthias Springer
Date: 2021-08-05T10:57:34+09:00
New Revision: ac7c7cbfdaf9d8fd7335fe2622fa825eed7535a2

URL: https://github.com/llvm/llvm-project/commit/ac7c7cbfdaf9d8fd7335fe2622fa825eed7535a2
DIFF: https://github.com/llvm/llvm-project/commit/ac7c7cbfdaf9d8fd7335fe2622fa825eed7535a2.diff

LOG: [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

Added: 
    

Modified: 
    mlir/include/mlir/IR/Region.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/Region.h b/mlir/include/mlir/IR/Region.h
index f2a4aeb8e5f1..4558ce436a9d 100644
--- a/mlir/include/mlir/IR/Region.h
+++ b/mlir/include/mlir/IR/Region.h
@@ -296,7 +296,7 @@ class Region {
 
   /// 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();


        


More information about the Mlir-commits mailing list