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 4c722d4 commit 9b3a5a1Copy full SHA for 9b3a5a1
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
@@ -872,7 +872,7 @@ LogicalResult ShflOp::verify() {
872
auto verifyTypeError = [&](Twine desc, Type expectedType,
873
Type actualType) -> LogicalResult {
874
return emitOpError("expected " + desc + " to be of type ")
875
- << expectedType << " but got " << actualType << " instead.";
+ << expectedType << " but got " << actualType << " instead";
876
};
877
878
if (returnStructType) {
0 commit comments