mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix spelling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43e4854625
commit
59a3878c52
@ -936,7 +936,7 @@ unsigned llvm::getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
|
|||||||
ComputeMaskedBits(V, KnownZero, KnownOne, TD);
|
ComputeMaskedBits(V, KnownZero, KnownOne, TD);
|
||||||
unsigned TrailZ = KnownZero.countTrailingOnes();
|
unsigned TrailZ = KnownZero.countTrailingOnes();
|
||||||
|
|
||||||
// Avoid trouble with rediculously large TrailZ values, such as
|
// Avoid trouble with ridiculously large TrailZ values, such as
|
||||||
// those computed from a null pointer.
|
// those computed from a null pointer.
|
||||||
TrailZ = std::min(TrailZ, unsigned(sizeof(unsigned) * CHAR_BIT - 1));
|
TrailZ = std::min(TrailZ, unsigned(sizeof(unsigned) * CHAR_BIT - 1));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user