Commits
Joe Groff committed 7612df1918c
Runtime: Rename 'becomeNSError' to 'bridgeErrorTypeToNSError'. We may want to use optimized ErrorType representations that don't naturally "become" NSErrors, such as tagged-pointer representations of small error enums, or a tagged function pointer to a deferred error type constructor. Rename the runtime function to something a bit more descriptive of its real purpose, not its implementation. Swift SVN r27209