We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923d6ed commit 495087fCopy full SHA for 495087f
lib/SIL/IR/SILInstruction.cpp
@@ -1266,6 +1266,7 @@ bool SILInstruction::mayTrap() const {
1266
case SILInstructionKind::CondFailInst:
1267
case SILInstructionKind::UnconditionalCheckedCastInst:
1268
case SILInstructionKind::UnconditionalCheckedCastAddrInst:
1269
+ case SILInstructionKind::UnconditionalCheckedCastValueInst:
1270
return true;
1271
default:
1272
return false;
0 commit comments