summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2016-04-28 14:36:07 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2016-04-28 14:36:07 +0000
commit17482a56967000d3d9f593448778026e537ff17d (patch)
tree7a1a1503b16b1811e955241a001e6241fccc0eab
parentb8ff59ac1220a882245cb8d125da6f1dfb64791c (diff)
downloadbcm5719-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.cpp2
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;
}
OpenPOWER on IntegriCloud