mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Address review comments
This commit is contained in:
@@ -68,7 +68,9 @@ final public class BasicBlock : CustomStringConvertible, HasShortDescription, Ha
|
||||
(decl as Decl?).bridged).argument as! FunctionArgument
|
||||
}
|
||||
|
||||
public func insertPhiArgument(atPosition: Int, type: Type, ownership: Ownership, _ context: some MutatingContext) -> Argument {
|
||||
public func insertPhiArgument(
|
||||
atPosition: Int, type: Type, ownership: Ownership, _ context: some MutatingContext
|
||||
) -> Argument {
|
||||
context.notifyInstructionsChanged()
|
||||
return bridged.insertPhiArgument(atPosition, type.bridged, ownership._bridged).argument
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user