NFC: Remove redundant call to registerPassManagerCLOptions from MLIR tutorial

main already calls registerPassManagerCLOptions.

TESTED = not (NFC)
PiperOrigin-RevId: 257722013
This commit is contained in:
Smit Hinsu 2019-07-11 18:26:26 -07:00 committed by jpienaar
parent 136ccd4948
commit e50da9efe8
1 changed files with 0 additions and 3 deletions

View File

@ -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 ||