We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfffbbf + e3259c4 commit eec5c01Copy full SHA for eec5c01
docs/SIL.rst
@@ -5461,7 +5461,7 @@ unconditional_checked_cast_addr
5461
sil-type 'in' sil-operand 'to'
5462
sil-type 'in' sil-operand
5463
5464
- unconditional_checked_cast_addr $A in %0 : $*@thick A to $B in $*@thick B
+ unconditional_checked_cast_addr $A in %0 : $*@thick A to $B in %1 : $*@thick B
5465
// $A and $B must be both addresses
5466
// %1 will be of type $*B
5467
// $A is destroyed during the conversion. There is no implicit copy.
0 commit comments