forked from OSchip/llvm-project
Suppress an uncovered switch warning [NFC]
llvm-svn: 262109
This commit is contained in:
parent
ad8cb382fa
commit
70b391864d
|
@ -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)))) {
|
||||
|
|
Loading…
Reference in New Issue