SIL: Drop the upcast_existential* instructions.

Swift SVN r22333
This commit is contained in:
Joe Groff
2014-09-28 16:38:13 +00:00
parent 99da363869
commit 727c9b5ed7
23 changed files with 6 additions and 265 deletions

View File

@@ -48,7 +48,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 = 147;
const uint16_t VERSION_MINOR = 148;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;