mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
SwiftCompilerSources: add EndLifetimeInst
This commit is contained in:
@@ -187,6 +187,11 @@ public struct Builder {
|
||||
return notifyNew(bridged.createDestroyAddr(address.bridged).getAs(DestroyAddrInst.self))
|
||||
}
|
||||
|
||||
@discardableResult
|
||||
public func createEndLifetime(of value: Value) -> EndLifetimeInst {
|
||||
return notifyNew(bridged.createEndLifetime(value.bridged).getAs(EndLifetimeInst.self))
|
||||
}
|
||||
|
||||
@discardableResult
|
||||
public func createDebugStep() -> DebugStepInst {
|
||||
return notifyNew(bridged.createDebugStep().getAs(DebugStepInst.self))
|
||||
|
||||
Reference in New Issue
Block a user