]> granicus.if.org Git - llvm/commitdiff
[llvm] Fix typo: 's/analsyis/analysis/' [NFC]
authorMandeep Singh Grang <mgrang@quicinc.com>
Sat, 2 Mar 2019 00:14:10 +0000 (00:14 +0000)
committerMandeep Singh Grang <mgrang@quicinc.com>
Sat, 2 Mar 2019 00:14:10 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355246 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h

index ea0a1c2654b407bc8b924a1e40b1350fe7e4f404..4fccf37748ca77649ebec088f6d01ceaa2be564a 100644 (file)
@@ -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;