[mlir] Fix passArg of ViewOpGraphPass

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D100156
This commit is contained in:
Chia-hung Duan 2021-04-14 14:41:55 -07:00 committed by Jacques Pienaar
parent 222d30d32c
commit 61500016a5
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ def SymbolDCE : Pass<"symbol-dce"> {
let constructor = "mlir::createSymbolDCEPass()";
}
def ViewOpGraphPass : Pass<"symbol-dce", "ModuleOp"> {
def ViewOpGraphPass : Pass<"view-op-graph", "ModuleOp"> {
let summary = "Print graphviz view of module";
let description = [{
This pass prints a graphviz per block of a module.