Skip to content

Commit

Permalink
[HW] Fix a typo in HWVisitors
Browse files Browse the repository at this point in the history
There is a typo for InstanceChoiceOp
  • Loading branch information
uenoku committed Apr 26, 2024
1 parent ce9877c commit 416267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/HW/HWVisitors.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class StmtVisitor {
// Basic nodes.
HANDLE(OutputOp, Unhandled);
HANDLE(InstanceOp, Unhandled);
HANDLE(InstanceChoiceOp, Uhandled);
HANDLE(InstanceChoiceOp, Unhandled);
HANDLE(TypeScopeOp, Unhandled);
HANDLE(TypedeclOp, Unhandled);
#undef HANDLE
Expand Down

0 comments on commit 416267b

Please sign in to comment.