Commits

Michael Gottesman committed 7ee456a9cb4
[dead-func-elim] Invalidate analyses when a function is changed from a def -> a decl. Previously we only invalidated analyses if the function declaration was removed. This caused the analysis verifier to trip. Swift SVN r29593