[NFC][AsmMatcher] Add Commented Name for FeatureBitsets (#190688)
This commit is contained in:
parent
75bb30ddbf
commit
164505d348
@ -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";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user