mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "New SIL instructions to support tail-allocated arrays in SIL."
This commit is contained in:
@@ -2724,7 +2724,6 @@ void swift::hoistAddressProjections(Operand &Op, SILInstruction *InsertBefore,
|
||||
case ValueKind::StructElementAddrInst:
|
||||
case ValueKind::TupleElementAddrInst:
|
||||
case ValueKind::RefElementAddrInst:
|
||||
case ValueKind::RefTailAddrInst:
|
||||
case ValueKind::UncheckedTakeEnumDataAddrInst: {
|
||||
auto *Inst = cast<SILInstruction>(V);
|
||||
// We are done once the current projection dominates the insert point.
|
||||
|
||||
Reference in New Issue
Block a user