forked from OSchip/llvm-project
NFC: Remove redundant call to registerPassManagerCLOptions from MLIR tutorial
main already calls registerPassManagerCLOptions. TESTED = not (NFC) PiperOrigin-RevId: 257722013
This commit is contained in:
parent
136ccd4948
commit
e50da9efe8
|
@ -94,9 +94,6 @@ int dumpMLIR() {
|
|||
// Register our Dialect with MLIR
|
||||
mlir::registerDialect<ToyDialect>();
|
||||
|
||||
// Add generic options for the pass-manager (timing, print-after-all, ...)
|
||||
mlir::registerPassManagerCLOptions();
|
||||
|
||||
mlir::MLIRContext context;
|
||||
mlir::OwningModuleRef module;
|
||||
if (inputType == InputType::MLIR ||
|
||||
|
|
Loading…
Reference in New Issue