Skip to content

Commit 1af8b3e

Browse files
committed
improve err msg
1 parent 0d531d5 commit 1af8b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Transforms/SelectPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct SelectPass final : public impl::SelectPassBase<SelectPass> {
6060
return failure();
6161

6262
if (selectCondName.empty())
63-
return errorHandler("invalid select-cond-name");
63+
return errorHandler("select-cond-name is empty");
6464

6565
if (selectValues.size() != selectPipelines.size())
6666
return errorHandler("values and pipelines size mismatch");

0 commit comments

Comments
 (0)