summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-04-29 22:41:55 +0000
committerJim Grosbach <grosbach@apple.com>2014-04-29 22:41:55 +0000
commit550b9aa60e0e115fb06237d8ff7801e3c5be57d1 (patch)
tree2aafa00bdd20cbb458b5e0634b97b05516fe6c97 /lib/Transforms/Scalar
parentf822dab3dd51c97bbc2acc7789c298947d142685 (diff)
downloadllvm-550b9aa60e0e115fb06237d8ff7801e3c5be57d1.tar.gz
llvm-550b9aa60e0e115fb06237d8ff7801e3c5be57d1.tar.bz2
llvm-550b9aa60e0e115fb06237d8ff7801e3c5be57d1.tar.xz
Spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar')
-rw-r--r--lib/Transforms/Scalar/LoopIdiomRecognize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
index eaa73572e2..2c35f6f25d 100644
--- a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
+++ b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
@@ -115,7 +115,7 @@ namespace {
Value *matchCondition (BranchInst *Br, BasicBlock *NonZeroTarget) const;
/// Return true iff the idiom is detected in the loop. and 1) \p CntInst
- /// is set to the instruction counting the pupulation bit. 2) \p CntPhi
+ /// is set to the instruction counting the population bit. 2) \p CntPhi
/// is set to the corresponding phi node. 3) \p Var is set to the value
/// whose population bits are being counted.
bool detectIdiom