Commits

Michael Gottesman committed 3a1d46d145e
[sil-code-motion] Refactor out the address projection path computation from findExtractPathBetweenValues to a new function findAddressProjectionPathBetweenValues and wire up the old method to use the results of the refactored method. This is in preparation for using the refactored functionality in Alias Analysis's address projection disambiguation code. Swift SVN r13765