Spelling.
authorJim Grosbach <grosbach@apple.com>
Tue, 29 Apr 2014 22:41:55 +0000 (22:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 29 Apr 2014 22:41:55 +0000 (22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207584 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopIdiomRecognize.cpp

index eaa73572e23c4e5a4a5732c6a5aac157dd217a6b..2c35f6f25dc7c39e30dd0900840f8139a72c3e5d 100644 (file)
@@ -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