revert r20101, I built one tree and tested another.

Swift SVN r20102
This commit is contained in:
Chris Lattner
2014-07-17 17:12:31 +00:00
parent 9b0d88e800
commit d2315f2bd8
11 changed files with 57 additions and 18 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 = 119;
const uint16_t VERSION_MINOR = 118;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;