Skip to content

Commit

Permalink
[NFC] Fix typo in Arc PrintCostModel summary
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoBi22 authored Oct 17, 2024
1 parent ea952ba commit 117b5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/Arc/ArcPasses.td
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def Dedup : Pass<"arc-dedup", "mlir::ModuleOp"> {
}

def PrintCostModel : Pass<"arc-print-cost-model", "mlir::ModuleOp"> {
let summary = "A dymmy pass to test analysis passes";
let summary = "A dummy pass to test analysis passes";
let constructor = "circt::arc::createPrintCostModelPass()";
let dependentDialects = ["arc::ArcDialect"];
let statistics = [
Expand Down

0 comments on commit 117b5ec

Please sign in to comment.