Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.

llvm-svn: 304637
This commit is contained in:
Galina Kistanova 2017-06-03 05:19:10 +00:00
parent 870ed0ecd4
commit 0ef97c9413

@ -1823,6 +1823,7 @@ static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) {
// An IV counter must preserve its type.
if (IncI->getNumOperands() == 2)
break;
LLVM_FALLTHROUGH;
default:
return nullptr;
}