[AArch64][SVE] Fix -Wimplicit-fallthrough after D73711

This commit is contained in:
Fangrui Song 2020-02-21 13:45:12 -08:00
parent d7c403e640
commit 5c33a81b7a
1 changed files with 1 additions and 2 deletions

View File

@ -173,10 +173,9 @@ public:
if (auto CN = dyn_cast<ConstantFPSDNode>(Opnd0))
if (CN->isZero())
return true;
}
default:
break;
}
}
return false;
}