mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Minor comment cleanup and code formatting.
Extracted from the functional changes for clarity.
This commit is contained in:
@@ -554,8 +554,8 @@ extension AddressOwnershipLiveRange {
|
||||
///
|
||||
/// For address values, use AccessBase.computeOwnershipRange.
|
||||
///
|
||||
/// FIXME: This should use computeLinearLiveness rather than computeKnownLiveness as soon as lifetime completion
|
||||
/// runs immediately after SILGen.
|
||||
/// FIXME: This should use computeLinearLiveness rather than computeKnownLiveness as soon as complete OSSA lifetimes
|
||||
/// are verified.
|
||||
private static func computeValueLiveRange(of value: Value, _ context: FunctionPassContext)
|
||||
-> AddressOwnershipLiveRange? {
|
||||
switch value.ownership {
|
||||
|
||||
Reference in New Issue
Block a user