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

llvm-svn: 304356
This commit is contained in:
Galina Kistanova 2017-05-31 22:02:05 +00:00
parent c752c4bf56
commit 0b69e363f6
1 changed files with 1 additions and 0 deletions

View File

@ -691,6 +691,7 @@ MemDepResult MemoryDependenceResults::getSimplePointerDependencyFrom(
// load query, we can safely ignore it (scan past it).
if (isLoad)
continue;
LLVM_FALLTHROUGH;
default:
// Otherwise, there is a potential dependence. Return a clobber.
return MemDepResult::getClobber(Inst);