Commits

Doug Gregor committed cf7f9a02e02
Clean up our checking for an explicit '&' when coercing to a reference. The previous checks where based on the subtyping relationship of the reference type, which was a holdover from when implicit vs. explicit references were part of the type system. Now, we just do structural checks. Swift SVN r2329