[InstCombine] Remove trailing whitespace. NFC.

r267873.

llvm-svn: 267887
This commit is contained in:
Ahmed Bougacha 2016-04-28 14:36:07 +00:00
parent b8ff59ac12
commit 17482a5696
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}