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 a2e5720 commit 5e458f5Copy full SHA for 5e458f5
mlir/lib/Bytecode/Writer/IRNumbering.cpp
@@ -557,7 +557,7 @@ struct NumberingResourceBuilder : public AsmResourceBuilder {
557
void numberEntry(StringRef key) {
558
// TODO: We could pre-number resource key strings here as well.
559
560
- auto it = dialect->resourceMap.find(key);
+ auto *it = dialect->resourceMap.find(key);
561
if (it != dialect->resourceMap.end()) {
562
it->second->number = nextResourceID++;
563
it->second->isDeclaration = false;
0 commit comments