Commits

Michael Gottesman committed 3d396f8b124
[arc-analysis] Refactor OwnedArgToEpilogueReleaseMatcher from FunctionSigOpts. Given a function F, this utility class attempts to match up owned arguments with releases in the epilogue of the function. I am refactoring this from FunctionSigOpts so I can use it in the ARC optimizer. <rdar://problem/18923030> Swift SVN r23219