mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cd580f0b7
commit
42f75a926a
@ -988,7 +988,7 @@ void TargetLowering::ComputeMaskedBits(SDOperand Op, uint64_t Mask,
|
||||
KnownZero = ~((1ULL << (64-NLZ2))-1) & Mask; // Top bits known zero.
|
||||
KnownOne = 0; // No one bits known.
|
||||
} else {
|
||||
KnownOne = KnownOne = 0; // Otherwise, nothing known.
|
||||
KnownZero = KnownOne = 0; // Otherwise, nothing known.
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user