SIL: Serialization for KeyPathInsts.

rdar://problem/31768491
This commit is contained in:
Joe Groff
2017-05-03 12:38:49 -07:00
parent 72cf919156
commit 70f15b3c5e
5 changed files with 314 additions and 6 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 = 341; // Last change: retain/release addr
const uint16_t VERSION_MINOR = 342; // Last change: keypath instruction
using DeclID = PointerEmbeddedInt<unsigned, 31>;
using DeclIDField = BCFixed<31>;