[NFC] Deleted two unused functions.

This commit is contained in:
Nate Chandler
2025-08-14 16:15:43 -07:00
parent 4edddf247d
commit 1fe65b0e3d
2 changed files with 0 additions and 30 deletions

View File

@@ -79,11 +79,6 @@ void extendLocalBorrow(BeginBorrowInst *beginBorrow,
/// newly created phis do not yet have a borrow scope.
bool createBorrowScopeForPhiOperands(SILPhiArgument *newPhi);
SILValue
makeGuaranteedValueAvailable(SILValue value, SILInstruction *user,
DeadEndBlocks &deBlocks,
InstModCallbacks callbacks = InstModCallbacks());
/// Compute the liveness boundary for a guaranteed value. Returns true if no
/// uses are pointer escapes. If pointer escapes are present, the liveness
/// boundary is still valid for all known uses.