Add begin_access and end_access instructions.

NFC because we're not actually emitting them.
This commit is contained in:
John McCall
2017-03-26 04:15:55 -04:00
parent f95133070e
commit 57ecaa7fae
18 changed files with 612 additions and 34 deletions

View File

@@ -54,7 +54,7 @@ const uint16_t VERSION_MAJOR = 0;
/// in source control, you should also update the comment to briefly
/// 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.
const uint16_t VERSION_MINOR = 326; // Last change: invariant bit on pointer_to_address
const uint16_t VERSION_MINOR = 327; // Last change: begin_access/end_access
using DeclID = PointerEmbeddedInt<unsigned, 31>;
using DeclIDField = BCFixed<31>;