Commits

Joe Groff committed 8b1c38bfbd4
SIL: Add an 'upcast' instruction. Upcasting isn't quite a no-op like the other implicit conversions because the underlying pointer type still needs to be bitcast. The additional semantic information will be useful for SIL consumers as well. Swift SVN r3872