From 4a483e2e544a10f778ff18321b5bdb65efed7435 Mon Sep 17 00:00:00 2001 From: Mandeep Singh Grang Date: Sat, 2 Mar 2019 00:14:10 +0000 Subject: [PATCH] [llvm] Fix typo: 's/analsyis/analysis/' [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355246 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h b/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h index ea0a1c2654b..4fccf37748c 100644 --- a/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +++ b/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; -- 2.50.1