Fix typo. NFC

llvm-svn: 291178
This commit is contained in:
Xin Tong 2017-01-05 21:40:08 +00:00
parent 6c475a7595
commit 8b8a600d92
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ bool LoopIdiomRecognize::runOnNoncountableLoop() {
/// Check if the given conditional branch is based on the comparison between
/// a variable and zero, and if the variable is non-zero, the control yields to
/// the loop entry. If the branch matches the behavior, the variable involved
/// in the comparion is returned. This function will be called to see if the
/// in the comparison is returned. This function will be called to see if the
/// precondition and postcondition of the loop are in desirable form.
static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry) {
if (!BI || !BI->isConditional())