[sil] Rename QualifiedOwnership => Ownership.

Done using Xcode's refactoring engine.
This commit is contained in:
Michael Gottesman
2018-12-16 15:16:40 -08:00
parent 69f6ae54f9
commit 23378cc16f
26 changed files with 128 additions and 127 deletions

View File

@@ -879,7 +879,7 @@ void CopyPropagation::run() {
<< "\n");
// This algorithm fundamentally assumes ownership.
if (!getFunction()->hasQualifiedOwnership())
if (!getFunction()->hasOwnership())
return;
// Step 1. Find all copied defs.