Skip to content

Commit

Permalink
[Arc] Fix clang-format failure
Browse files Browse the repository at this point in the history
  • Loading branch information
elhewaty committed Aug 5, 2024
1 parent 08fead7 commit 43e078b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/circt/Dialect/Arc/ArcCostModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ArcCostModel {
size_t getPackingCost() const { return packingCost; }
// This is a public interface for other passes to call
size_t getShufflingCost() const { return shufflingCost; }
size_t getVectorizeOpsBodyCost()const { return vectoroizeOpsBodyCost; }
size_t getVectorizeOpsBodyCost() const { return vectoroizeOpsBodyCost; }
size_t getAllVectorizeOpsCost() const { return allVectorizeOpsCost; }

private:
Expand Down
2 changes: 1 addition & 1 deletion lib/Dialect/Arc/Transforms/DummyAnalysisTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This is a dummy pass to test the analysis passes it doesn't do any thing. It
// just walks over the ops to compute some statistics, you can add any
// just walks over the ops to compute some statistics, you can add any
// statistics you need to compute.
//
//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 43e078b

Please sign in to comment.