Skip to content

Commit

Permalink
Finish editing op description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbach committed Feb 14, 2024
1 parent 817d79e commit 19b70f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/FIRRTL/FIRRTLExpressions.td
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ def IntegerAddOp : IntegerBinaryPrimOp<"integer.add", [Commutative]> {
let summary = "Add two FIntegerType values";
let description = [{
The add operation result is the arbitrary precision signed integer
arithmetic sum of the two
arithmetic sum of the two operands.

Example:
```mlir
Expand Down

0 comments on commit 19b70f4

Please sign in to comment.