diff options
author | Robert Wilhelm <robert.wilhelm@gmx.net> | 2013-09-28 13:42:22 +0000 |
---|---|---|
committer | Robert Wilhelm <robert.wilhelm@gmx.net> | 2013-09-28 13:42:22 +0000 |
commit | 2788d3ec9997210073bfc3ccd8d3bfd7891f85f0 (patch) | |
tree | db268865d2afe04bf658ce461f58c5383947866c /llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | |
parent | f0cfb83bb4249b1bf716fa2445aaefecedf4d7a9 (diff) | |
download | bcm5719-llvm-2788d3ec9997210073bfc3ccd8d3bfd7891f85f0.tar.gz bcm5719-llvm-2788d3ec9997210073bfc3ccd8d3bfd7891f85f0.zip |
Even more spelling fixes for "instruction".
llvm-svn: 191611
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 32af4152725..952b76b822c 100644 --- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp @@ -314,7 +314,7 @@ bool NclPopcountRecognize::preliminaryScreen() { if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) return false; - // Counting population are usually conducted by few arithmetic instrutions. + // Counting population are usually conducted by few arithmetic instructions. // Such instructions can be easilly "absorbed" by vacant slots in a // non-compact loop. Therefore, recognizing popcount idiom only makes sense // in a compact loop. |