SIL: Remove array.owner semantic function

Also remove the getOwner functions from ArraySlide.
These functions are not needed anymore with accessors.

rdar://problem/44184810
This commit is contained in:
Erik Eckstein
2018-10-15 09:43:39 -07:00
parent d098e8a529
commit 15b01ab792
6 changed files with 0 additions and 76 deletions

View File

@@ -515,7 +515,6 @@ static bool isNonMutatingArraySemanticCall(SILInstruction *Inst) {
case ArrayCallKind::kGetCount:
case ArrayCallKind::kGetCapacity:
case ArrayCallKind::kGetElement:
case ArrayCallKind::kGetArrayOwner:
case ArrayCallKind::kGetElementAddress:
return true;
case ArrayCallKind::kMakeMutable: