mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 23:23:38 -04:00
[NFC] fix trivial typos in comments and error message
"is is" -> "is", "are are" -> "are" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329546 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -922,7 +922,7 @@ void APInt::ashrSlowCase(unsigned ShiftAmt) {
|
||||
// Save the original sign bit for later.
|
||||
bool Negative = isNegative();
|
||||
|
||||
// WordShift is the inter-part shift; BitShift is is intra-part shift.
|
||||
// WordShift is the inter-part shift; BitShift is intra-part shift.
|
||||
unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD;
|
||||
unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user