mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 06:03:52 +00:00
Fix capitalization. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca780b4578
commit
92cc5cf7a8
@ -248,9 +248,9 @@ static inline bool processLogicalImmediate(uint64_t Imm, unsigned RegSize,
|
||||
}
|
||||
|
||||
// Encode in Immr the number of RORs it would take to get *from* 0^m 1^n
|
||||
// to our target value, where i is the number of RORs to go the opposite
|
||||
// to our target value, where I is the number of RORs to go the opposite
|
||||
// direction.
|
||||
assert(Size > I && "I should be smaller than element Size");
|
||||
assert(Size > I && "I should be smaller than element size");
|
||||
unsigned Immr = (Size - I) & (Size - 1);
|
||||
|
||||
// If size has a 1 in the n'th bit, create a value that has zeroes in
|
||||
|
Loading…
Reference in New Issue
Block a user