Commits

Michael Gottesman committed d6721fc7d08
[ls-opts] Remove ForwardingAnalysis failable initializers in favor of just using constructors. We know if the analysis fails by calling the canForward method instead of using the failable static initializers. I am worried about unnecessary copies resulting from the failable initializers. Swift SVN r29466