diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-04-28 14:36:07 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-04-28 14:36:07 +0000 |
commit | 17482a56967000d3d9f593448778026e537ff17d (patch) | |
tree | 7a1a1503b16b1811e955241a001e6241fccc0eab | |
parent | b8ff59ac1220a882245cb8d125da6f1dfb64791c (diff) | |
download | bcm5719-llvm-17482a56967000d3d9f593448778026e537ff17d.tar.gz bcm5719-llvm-17482a56967000d3d9f593448778026e537ff17d.zip |
[InstCombine] Remove trailing whitespace. NFC.
r267873.
llvm-svn: 267887
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp b/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp index 3c0a28c4b7f..27e1f24f2ff 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp @@ -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; } |