mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "New SIL instructions to support tail-allocated arrays in SIL."
This commit is contained in:
@@ -463,8 +463,6 @@ const BuiltinInfo &SILModule::getBuiltinInfo(Identifier ID) {
|
||||
Info.ID = BuiltinValueKind::AtomicLoad;
|
||||
else if (OperationName.startswith("atomicstore_"))
|
||||
Info.ID = BuiltinValueKind::AtomicStore;
|
||||
else if (OperationName.startswith("allocWithTailElems_"))
|
||||
Info.ID = BuiltinValueKind::AllocWithTailElems;
|
||||
else {
|
||||
// Switch through the rest of builtins.
|
||||
Info.ID = llvm::StringSwitch<BuiltinValueKind>(OperationName)
|
||||
|
||||
Reference in New Issue
Block a user