forked from OSchip/llvm-project
Follow up of rL367592, fix the build
Some buildbots complained about: error: default label in switch which covers all enumeration values llvm-svn: 367603
This commit is contained in:
parent
f6d42dccb5
commit
e0dfce0723
|
@ -4767,8 +4767,6 @@ Optional<unsigned> LoopVectorizationCostModel::computeMaxVF() {
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (ScalarEpilogueStatus) {
|
switch (ScalarEpilogueStatus) {
|
||||||
default:
|
|
||||||
return None;
|
|
||||||
case CM_ScalarEpilogueAllowed:
|
case CM_ScalarEpilogueAllowed:
|
||||||
return computeFeasibleMaxVF(TC);
|
return computeFeasibleMaxVF(TC);
|
||||||
case CM_ScalarEpilogueNotNeededPredicatePragma:
|
case CM_ScalarEpilogueNotNeededPredicatePragma:
|
||||||
|
|
Loading…
Reference in New Issue