Skip to content

Commit 955e552

Browse files
committed
Fix typo in error message
1 parent 1ade5b5 commit 955e552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ LogicalResult NVVM::VoteSyncOp::verify() {
11391139
}
11401140
} else {
11411141
if (!getType().isInteger(1)) {
1142-
return emitOpError("match.sync 'any', 'all' and 'uni' returns an i1");
1142+
return emitOpError("vote.sync 'any', 'all' and 'uni' returns an i1");
11431143
}
11441144
}
11451145
return success();

0 commit comments

Comments
 (0)