rename "destroy_value" to "release_value", part of rdar://15889208.

Swift SVN r15777
This commit is contained in:
Chris Lattner
2014-04-02 05:33:52 +00:00
parent a0a65c0ea2
commit afea47b621
37 changed files with 159 additions and 159 deletions

View File

@@ -1093,7 +1093,7 @@ findSingleInitNoCaptureProtocol(SILValue ProtocolObject) {
case ValueKind::DeallocStackInst:
case ValueKind::StrongReleaseInst:
case ValueKind::DestroyAddrInst:
case ValueKind::DestroyValueInst:
case ValueKind::ReleaseValueInst:
continue;
default: {