From 06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 18 Aug 2015 22:41:58 +0000 Subject: Fix three typos in comments; "easilly" -> "easily". llvm-svn: 245379 --- llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 44e9afd5e12..72651d67571 100644 --- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp @@ -828,7 +828,7 @@ bool LoopIdiomRecognize::recognizePopcount() { return false; // Counting population are usually conducted by few arithmetic instructions. - // Such instructions can be easilly "absorbed" by vacant slots in a + // Such instructions can be easily "absorbed" by vacant slots in a // non-compact loop. Therefore, recognizing popcount idiom only makes sense // in a compact loop. -- cgit v1.2.3