Replace 'FALL-THROUGH' comment with LLVM_FALLTHROUGH to silence warning. NFCI.

llvm-svn: 338508
This commit is contained in:
Simon Pilgrim 2018-08-01 10:26:04 +00:00
parent dad919d357
commit 3c6cb40598
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ std::pair<ProgramStateRef, SVal> ExprEngine::prepareForObjectConstruction(
State = PreElideState;
CallOpts = PreElideCallOpts;
}
// FALL-THROUGH
LLVM_FALLTHROUGH
}
case ConstructionContext::SimpleTemporaryObjectKind: {
const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);