[llvm] r355246 - [llvm] Fix typo: 's/analsyis/analysis/' [NFC]
Mandeep Singh Grang via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 16:14:10 PST 2019
Author: mgrang
Date: Fri Mar 1 16:14:10 2019
New Revision: 355246
URL: http://llvm.org/viewvc/llvm-project?rev=355246&view=rev
Log:
[llvm] Fix typo: 's/analsyis/analysis/' [NFC]
Modified:
llvm/trunk/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
Modified: llvm/trunk/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h?rev=355246&r1=355245&r2=355246&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h (original)
+++ llvm/trunk/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h Fri Mar 1 16:14:10 2019
@@ -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;
More information about the llvm-commits
mailing list