[NFC][AsmMatcher] Add Commented Name for FeatureBitsets (#190688)

This commit is contained in:
Sam Elliott 2026-04-06 18:17:13 -07:00 committed by GitHub
parent 75bb30ddbf
commit 164505d348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3602,7 +3602,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
assert(I != Info.SubtargetFeatures.end() && "Didn't import predicate?");
OS << I->second.getEnumBitName() << ", ";
}
OS << "},\n";
OS << "}, // " << getNameForFeatureBitset(FeatureBitset) << "\n";
}
OS << "};\n\n";