File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 74a3eb4eec08172dd29489586b043c7b127dda13
2
+ refs/heads/master: 486e6be91813645d0d494e69d2d6251d4fbb00ed
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -4311,7 +4311,7 @@ open_existential_addr
4311
4311
// type P
4312
4312
// $*@opened P must be a unique archetype that refers to an opened
4313
4313
// existential type P.
4314
- // %1 will be of type $*P
4314
+ // %1 will be of type $*@opened P
4315
4315
4316
4316
Obtains the address of the concrete value inside the existential
4317
4317
container referenced by ``%0 ``. The protocol conformances associated
@@ -4334,7 +4334,7 @@ open_existential_value
4334
4334
// type P
4335
4335
// $@opened P must be a unique archetype that refers to an opened
4336
4336
// existential type P.
4337
- // %1 will be of type $P
4337
+ // %1 will be of type $@opened P
4338
4338
4339
4339
Loadable version of the above: Opens-up the existential
4340
4340
container associated with ``%0 ``. The protocol conformances associated
You can’t perform that action at this time.
0 commit comments