mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 03:40:35 +00:00
Fix a typo in a comment.
llvm-svn: 47097
This commit is contained in:
parent
99b38405e3
commit
5562e340b7
@ -123,7 +123,7 @@ class APInt {
|
|||||||
uint32_t wordBits = BitWidth % APINT_BITS_PER_WORD;
|
uint32_t wordBits = BitWidth % APINT_BITS_PER_WORD;
|
||||||
if (wordBits == 0)
|
if (wordBits == 0)
|
||||||
// If all bits are used, we want to leave the value alone. This also
|
// If all bits are used, we want to leave the value alone. This also
|
||||||
// avoids the undefined behavior of >> when the shfit is the same size as
|
// avoids the undefined behavior of >> when the shift is the same size as
|
||||||
// the word size (64).
|
// the word size (64).
|
||||||
return *this;
|
return *this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user