Skip to content

Commit 741dcc7

Browse files
authored
Merge pull request #22037 from gottesmm/pr-231a0f7364456508f4025c9965310d72074c1304
2 parents c03a1b7 + 671033a commit 741dcc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/swift/SILOptimizer/Utils/SILSSAUpdater.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ class SILSSAUpdater {
6363
SmallVectorImpl<SILPhiArgument *> *InsertedPHIs = nullptr);
6464
~SILSSAUpdater();
6565

66+
void setInsertedPhis(SmallVectorImpl<SILPhiArgument *> *insertedPhis) {
67+
InsertedPHIs = insertedPhis;
68+
}
69+
6670
/// Initialize for a use of a value of type.
6771
void Initialize(SILType T);
6872

0 commit comments

Comments
 (0)