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 30abb6b commit b6fafd7Copy full SHA for b6fafd7
mlir/lib/AsmParser/Parser.cpp
@@ -2076,7 +2076,7 @@ OperationParser::parseCustomOperation(ArrayRef<ResultRecord> resultIDs) {
2076
if (originalOpName != opName)
2077
diag << " (tried '" << opName << "' as well)";
2078
auto ¬e = diag.attachNote();
2079
- note << "Registered dialects: ";
+ note << "Available dialects: ";
2080
std::vector<StringRef> registered = getContext()->getAvailableDialects();
2081
auto loaded = getContext()->getLoadedDialects();
2082
0 commit comments