Skip to content

Commit 2a420a3

Browse files
committed
---
yaml --- r: 349518 b: refs/heads/master-next c: 002bd80 h: refs/heads/master
1 parent 6e8a614 commit 2a420a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: 47eb418a9c585dd57ba5d8590cd4cac4388934fc
3+
refs/heads/master-next: 002bd80873d594aeae4d6b160fc8d6ea9cea001c
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/lib/SIL/OperandOwnership.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ SHOULD_NEVER_VISIT_INST(StringLiteral)
133133
SHOULD_NEVER_VISIT_INST(StrongRetain)
134134
SHOULD_NEVER_VISIT_INST(Unreachable)
135135
SHOULD_NEVER_VISIT_INST(Unwind)
136+
SHOULD_NEVER_VISIT_INST(ReleaseValue)
137+
SHOULD_NEVER_VISIT_INST(ReleaseValueAddr)
138+
SHOULD_NEVER_VISIT_INST(StrongRelease)
136139
#define ALWAYS_OR_SOMETIMES_LOADABLE_CHECKED_REF_STORAGE(Name, ...) \
137140
SHOULD_NEVER_VISIT_INST(StrongRetain##Name) \
138141
SHOULD_NEVER_VISIT_INST(Name##Retain)
@@ -156,9 +159,6 @@ CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, DeallocBox)
156159
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, DeallocExistentialBox)
157160
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, DeallocRef)
158161
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, DestroyValue)
159-
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, ReleaseValue)
160-
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, ReleaseValueAddr)
161-
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, StrongRelease)
162162
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, EndLifetime)
163163
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, InitExistentialRef)
164164
CONSTANT_OWNERSHIP_INST(Any, MustBeLive, AbortApply)

0 commit comments

Comments
 (0)