mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155075 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c007eff536
commit
d4824fc8aa
@ -1127,7 +1127,7 @@ AsmMatcherInfo::AsmMatcherInfo(Record *asmParser,
|
||||
/// defined operand parsing methods.
|
||||
void AsmMatcherInfo::BuildOperandMatchInfo() {
|
||||
|
||||
/// Map containing a mask with all operands indicies that can be found for
|
||||
/// Map containing a mask with all operands indices that can be found for
|
||||
/// that class inside a instruction.
|
||||
std::map<ClassInfo*, unsigned> OpClassMask;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user