Revert "SIL: Use objc_method instruction for Objective-C protocol method calls"

This commit is contained in:
Arnold Schwaighofer
2017-11-29 11:19:46 -08:00
committed by GitHub
parent e86202eafb
commit ea9907ae15
31 changed files with 110 additions and 75 deletions

View File

@@ -54,7 +54,7 @@ const uint16_t VERSION_MAJOR = 0;
/// in source control, you should also update the comment to briefly
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
const uint16_t VERSION_MINOR = 340; // Last change: remove 'volatile' bit from witness_method
const uint16_t VERSION_MINOR = 389; // Last change: don't serialize 'self'
using DeclIDField = BCFixed<31>;