SIL: Add an unchecked_addr_cast instruction.

Cast an address to another address type without the silly address_to_pointer/pointer_to_address round trip.

Swift SVN r16743
This commit is contained in:
Joe Groff
2014-04-24 04:14:48 +00:00
parent 14e0f3fef2
commit 7d274e28a7
18 changed files with 85 additions and 9 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 = 83;
const uint16_t VERSION_MINOR = 85;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;