Skip to content

Commit eec5c01

Browse files
authored
Merge pull request swiftlang#31847 from freddi-kit/fix/unconditional_checked_cast_addr
2 parents bfffbbf + e3259c4 commit eec5c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SIL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5461,7 +5461,7 @@ unconditional_checked_cast_addr
54615461
sil-type 'in' sil-operand 'to'
54625462
sil-type 'in' sil-operand
54635463

5464-
unconditional_checked_cast_addr $A in %0 : $*@thick A to $B in $*@thick B
5464+
unconditional_checked_cast_addr $A in %0 : $*@thick A to $B in %1 : $*@thick B
54655465
// $A and $B must be both addresses
54665466
// %1 will be of type $*B
54675467
// $A is destroyed during the conversion. There is no implicit copy.

0 commit comments

Comments
 (0)