Introduce end_cow_mutation_addr instruction

This commit is contained in:
Meghana Gupta
2025-04-23 16:53:13 -07:00
parent ceb3264e40
commit 35d62a4a36
26 changed files with 97 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 945; // generic parameter weight
const uint16_t SWIFTMODULE_VERSION_MINOR = 946; // end_cow_mutation_addr
/// A standard hash seed used for all string hashes in a serialized module.
///