diff --git a/lib/Dialect/Calyx/CalyxOps.cpp b/lib/Dialect/Calyx/CalyxOps.cpp index 5cf50620b1af..e5b592ab373e 100644 --- a/lib/Dialect/Calyx/CalyxOps.cpp +++ b/lib/Dialect/Calyx/CalyxOps.cpp @@ -760,9 +760,8 @@ LogicalResult ComponentOp::verify() { return emitOpError( "The component currently does nothing. It needs to either have " "continuous assignments in the Wires region or control " - "constructs in " - "the Control region. The Control region should contain at least " - "one of ") + "constructs in the Control region. The Control region " + "should contain at least one of ") << "'" << EnableOp::getOperationName() << "' , " << "'" << InvokeOp::getOperationName() << "' or " << "'" << fsm::MachineOp::getOperationName() << "'.";