mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[sil] Rename QualifiedOwnership => Ownership.
Done using Xcode's refactoring engine.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user