forked from OSchip/llvm-project
[InstCombine] Remove trailing whitespace. NFC.
r267873. llvm-svn: 267887
This commit is contained in:
parent
b8ff59ac12
commit
17482a5696
|
@ -786,7 +786,7 @@ Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask,
|
|||
if (DemandedElts == 0)
|
||||
return ConstantInt::getNullValue(VTy);
|
||||
|
||||
// We know that the upper bits are set to zero.
|
||||
// We know that the upper bits are set to zero.
|
||||
KnownZero = APInt::getHighBitsSet(BitWidth, BitWidth - ArgWidth);
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue