Commits

Michael Gottesman committed 269c372d970
[func-sig-opts] Extract out utility method removeDeadBlocks() from simplifyCFG so I canuse it in FunctionSignatureOpts. I also extracted out an additional method clearBlockBody() from the body of removeDeadBlocks() since I need that functionality exposed in Function Signature Opts. Swift SVN r22560