forked from OSchip/llvm-project
[AArch64][SVE] Fix -Wimplicit-fallthrough after D73711
This commit is contained in:
parent
d7c403e640
commit
5c33a81b7a
|
@ -173,10 +173,9 @@ public:
|
|||
if (auto CN = dyn_cast<ConstantFPSDNode>(Opnd0))
|
||||
if (CN->isZero())
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue