Commits

Chris Lattner committed 9570e1fb0c2
Remove the "createStrongRetain" and "createStrongRelease" SILBuilder methods. They are the same as createStrongRetainInst and createStrongReleaseInst, but peephole away FunctionRefInst. It turns out that there is only a couple places in SILGen where this behavior is necessary, and this tramples on the general pattern used in SILBuilder. Swift SVN r10448