Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rwy7 committed Oct 3, 2024
1 parent 4f0fe6a commit 371c340
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Firtool/Firtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ LogicalResult firtool::populateCHIRRTLToLowFIRRTL(mlir::PassManager &pm,
pm.nest<firrtl::CircuitOp>().nest<firrtl::FModuleOp>().addPass(
firrtl::createRandomizeRegisterInitPass());

pm.nest<firrtl::CircuitOp>().addPass(firrtl::createInlinerPass());

// If we parsed a FIRRTL file and have optimizations enabled, clean it up.
if (!opt.shouldDisableOptimization())
pm.nest<firrtl::CircuitOp>().nest<firrtl::FModuleOp>().addPass(
Expand Down

0 comments on commit 371c340

Please sign in to comment.