Skip to content

Commit

Permalink
[ExportVerilog][NFC] Fix typo: up -> op.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed Jul 9, 2024
1 parent 76aad26 commit 2671b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Conversion/ExportVerilog/ExportVerilog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ static bool isExpressionUnableToInline(Operation *op,
// Helper to determine if the use will be part of "event control",
// based on what the operation using it is and as which operand.
auto usedInExprControl = [user, &use]() {
// LTL Clock up's clock operand must be a name.
// LTL Clock op's clock operand must be a name.
if (auto clockOp = dyn_cast<ltl::ClockOp>(user))
return clockOp.getClock() == use.get();
// Always blocks must have a name in their sensitivity list.
Expand Down

0 comments on commit 2671b36

Please sign in to comment.