Skip to content

Commit

Permalink
Minor Fix: Spelling of 'Ternary'
Browse files Browse the repository at this point in the history
Signed-off-by: Adarsh <[email protected]>

Co-authored-by: Fabian Ruffy <[email protected]>
Signed-off-by: Adarsh Rawat <[email protected]>
  • Loading branch information
AdarshRawat1 and fruffy committed Aug 22, 2024
1 parent e48af53 commit 807aa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The IR classes are automatically generated by `tools/ir-generator` from `*.def`
| `id.h` | Defines the `ID` struct, which is not a standalone IR class but is used in many places in IR classes, representing an identifier with associated source location (for error reporting). |
| `ir.def`, `ir.cpp`| Miscellaneous front-end IR classes.|
| `v1.def`, `v1.cpp` | IR classes only needed to process P4 v1.0 / v1.1 programs.|
| `expression.def`, `expression.cpp` | IR classes related to expressions. The `Expression` abstract class is the base for all expressions and contains a `type` field. Subclasses include `Operation`, `Unary`, `Binary`, and `Trinary`. **Concrete subclasses are detailed as follows:** |
| `expression.def`, `expression.cpp` | IR classes related to expressions. The `Expression` abstract class is the base for all expressions and contains a `type` field. Subclasses include `Operation`, `Unary`, `Binary`, and `Ternary`. **Concrete subclasses are detailed as follows:** |
```
Expression
+-- Operation
Expand Down

0 comments on commit 807aa2c

Please sign in to comment.