diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2015-08-18 22:41:58 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2015-08-18 22:41:58 +0000 |
commit | 06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a (patch) | |
tree | 01d631f2e1eb700b8e4358e9c80fbfef4dd08ae0 /llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | |
parent | 7e70d6803d08725ec8b6d59240c35c811e5c2bb0 (diff) | |
download | bcm5719-llvm-06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a.tar.gz bcm5719-llvm-06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a.zip |
Fix three typos in comments; "easilly" -> "easily".
llvm-svn: 245379
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |