We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425b148 commit b9e0bb0Copy full SHA for b9e0bb0
lib/Dialect/HW/HWOps.cpp
@@ -1134,7 +1134,7 @@ LogicalResult HWModuleOp::verify() {
1134
// Verify the number of block arguments.
1135
auto numInputs = type.getNumInputs();
1136
if (body->getNumArguments() != numInputs)
1137
- return emitOpError("entry block must have")
+ return emitOpError("entry block must have ")
1138
<< numInputs << " arguments to match module signature";
1139
1140
return success();
0 commit comments