Commits

Joe Groff committed 30a5493250b
IRGen: Lower SIL retain instruction. Oops, I did release but not retain. Like 'release' it currently just does emitRetainCall without checking if the type in question requires ObjC or some other future kind of memory management. Swift SVN r3770