summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@quicinc.com>2019-03-02 00:14:10 +0000
committerMandeep Singh Grang <mgrang@quicinc.com>2019-03-02 00:14:10 +0000
commitba4538708a52469dcb09933581102078821612e6 (patch)
tree89bd6c61dd4fe42f08f80f95ee827ef19767dd9c
parentc365cee6582c695bc7386141dd9ad2b6db5f0790 (diff)
downloadbcm5719-llvm-ba4538708a52469dcb09933581102078821612e6.tar.gz
bcm5719-llvm-ba4538708a52469dcb09933581102078821612e6.zip
[llvm] Fix typo: 's/analsyis/analysis/' [NFC]
llvm-svn: 355246
-rw-r--r--llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h b/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
index ea0a1c2654b..4fccf37748c 100644
--- a/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
+++ b/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
@@ -465,7 +465,7 @@ private:
/// Used to emit an analysis of any legality issues.
LoopVectorizeHints *Hints;
- /// The demanded bits analsyis is used to compute the minimum type size in
+ /// The demanded bits analysis is used to compute the minimum type size in
/// which a reduction can be computed.
DemandedBits *DB;
OpenPOWER on IntegriCloud