mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Re-instate the allocVector builtin
Although it's not used anymore we still have to support it to be able to read old Swift.interface files which still contain the builtin. rdar://144781646
This commit is contained in:
@@ -157,6 +157,7 @@ static bool isBarrier(SILInstruction *inst) {
|
||||
case BuiltinValueKind::StackAlloc:
|
||||
case BuiltinValueKind::UnprotectedStackAlloc:
|
||||
case BuiltinValueKind::StackDealloc:
|
||||
case BuiltinValueKind::AllocVector:
|
||||
case BuiltinValueKind::AssumeAlignment:
|
||||
case BuiltinValueKind::GetEnumTag:
|
||||
case BuiltinValueKind::InjectEnumTag:
|
||||
|
||||
Reference in New Issue
Block a user