1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

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

This commit is contained in:
Fangrui Song 2020-02-21 13:45:12 -08:00
parent 398c9d3c6d
commit ff363980b9

View File

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