mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
Fix a comment typo.
llvm-svn: 124450
This commit is contained in:
parent
f249fb75f1
commit
0b0692bd8d
@ -142,7 +142,7 @@ AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName,
|
||||
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.
|
||||
int beginInstBit = bit;
|
||||
int beginVarBit = varBit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user