Skip to content

Commit

Permalink
Fix some comments, NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
lattner committed Oct 28, 2020
1 parent b1ca04d commit cdedc2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Dialect/RTL/Ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void RTLInstanceOp::getAsmResultNames(OpAsmSetValueNameFn setNameFn) {

//===----------------------------------------------------------------------===//
// RTLOutputOp
//===----------------------------------------------------------------------===/
//===----------------------------------------------------------------------===//

/// Verify that the num of operands and types fit the declared results.
static LogicalResult verifyOutputOp(OutputOp *op) {
Expand Down Expand Up @@ -405,7 +405,7 @@ static LogicalResult verifyOutputOp(OutputOp *op) {

//===----------------------------------------------------------------------===//
// RTL combinational ops
//===----------------------------------------------------------------------===/
//===----------------------------------------------------------------------===//

/// Return true if the specified operation is a combinatorial logic op.
bool rtl::isCombinatorial(Operation *op) {
Expand Down

0 comments on commit cdedc2f

Please sign in to comment.