Skip to content

Commit

Permalink
[Calyx] Fix unnecessary trailing semicolon, NFC
Browse files Browse the repository at this point in the history
Drop an unnecessary trailing semicolon that was producing a compiler
warning.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Dec 14, 2024
1 parent c4d40cf commit 383e4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/Calyx/CalyxLoweringUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ Type toBitVector(T type) {
return IntegerType::get(type.getContext(), bitWidth);
}
return type;
};
}

} // namespace calyx
} // namespace circt
Expand Down

0 comments on commit 383e4aa

Please sign in to comment.