1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Spelling.

llvm-svn: 207584
This commit is contained in:
Jim Grosbach 2014-04-29 22:41:55 +00:00
parent f4913dabb0
commit d4614a7a4c

View 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