mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Rename references to SILPHIArgument => SILPhiArgument.
This commit is contained in:
@@ -241,7 +241,7 @@ bool ConditionForwarding::tryOptimize(SwitchEnumInst *SEI) {
|
||||
SILArgument *NewArg = nullptr;
|
||||
if (NeedEnumArg.insert(UseBlock).second) {
|
||||
// The first Enum use in this UseBlock.
|
||||
NewArg = UseBlock->createPHIArgument(Arg->getType(),
|
||||
NewArg = UseBlock->createPhiArgument(Arg->getType(),
|
||||
ValueOwnershipKind::Owned);
|
||||
} else {
|
||||
// We already inserted the Enum argument for this UseBlock.
|
||||
|
||||
Reference in New Issue
Block a user