mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11d23bd890
commit
9b8c3530cc
@ -142,7 +142,7 @@ AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Figure out the consequtive range of bits covered by this operand, in
|
// Figure out the consecutive range of bits covered by this operand, in
|
||||||
// order to generate better encoding code.
|
// order to generate better encoding code.
|
||||||
int beginInstBit = bit;
|
int beginInstBit = bit;
|
||||||
int beginVarBit = varBit;
|
int beginVarBit = varBit;
|
||||||
|
Loading…
Reference in New Issue
Block a user