SIL: Remove null_class instruction

Swift SVN r32605
This commit is contained in:
Slava Pestov
2015-10-11 02:11:22 +00:00
parent 4bedf4562b
commit 090d723763
23 changed files with 7 additions and 117 deletions

View File

@@ -51,7 +51,7 @@ const uint16_t VERSION_MAJOR = 0;
/// To ensure that two separate changes don't silently get merged into one
/// in source control, you should also update the comment to briefly
/// describe what change you made.
const uint16_t VERSION_MINOR = 218; // Last change: removed unchecked_ref_bit_cast
const uint16_t VERSION_MINOR = 219; // Last change: remove null_class
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;