forked from OSchip/llvm-project
Fix a warning introduced by r227557 due to a default label in a fully
covering switch. llvm-svn: 227575
This commit is contained in:
parent
788550783a
commit
6b1aa9be6a
|
@ -744,7 +744,6 @@ public:
|
|||
return B.CreateGEP(StartValue, Index);
|
||||
|
||||
case IK_NoInduction:
|
||||
default:
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue