Remove the transparent bit from apply instructions.

We no longer need or use it since we can always refer to the same bit on
the applied function when deciding whether to inline during mandatory
inlining.

Resolves rdar://problem/19478366.

Swift SVN r26534
This commit is contained in:
Mark Lacey
2015-03-25 08:36:34 +00:00
parent 52a332b2bd
commit 1f23ff27bb
73 changed files with 199 additions and 241 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 = 184; // Last change: normal conformance table
const uint16_t VERSION_MINOR = 185; // Last change: remove transparent on apply
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;