renumber declattributes to be more dense.

Swift SVN r20218
This commit is contained in:
Chris Lattner
2014-07-20 04:40:28 +00:00
parent 72e97f6023
commit f9f31fe289
2 changed files with 13 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ const uint16_t VERSION_MAJOR = 0;
/// Serialized module format minor version number.
///
/// When the format changes IN ANY WAY, this number should be incremented.
const uint16_t VERSION_MINOR = 120;
const uint16_t VERSION_MINOR = 121;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;