SIL: Remove enum_is_tag.

Swift SVN r22616
This commit is contained in:
Joe Groff
2014-10-09 05:03:43 +00:00
parent c2fc9f58b8
commit 9205bf64cf
29 changed files with 11 additions and 305 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 = 151; // Last change: add SIL select_enum insns
const uint16_t VERSION_MINOR = 152; // Last change: remove SIL enum_is_tag
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;