Suppress an uncovered switch warning [NFC]

llvm-svn: 262109
This commit is contained in:
Philip Reames 2016-02-27 05:18:30 +00:00
parent ad8cb382fa
commit 70b391864d
1 changed files with 1 additions and 0 deletions

View File

@ -977,6 +977,7 @@ bool LazyValueInfoCache::solveBlockValueSelect(LVILatticeVal &BBLV,
// that input doesn't include C + C2.
ConstantInt *CIAdded;
switch (Pred) {
default: break;
case ICmpInst::ICMP_EQ:
if (match(SI->getFalseValue(), m_Add(m_Specific(A),
m_ConstantInt(CIAdded)))) {