Commits

Roman Levenstein committed 0b814319cad
Clean-up generated code at the end of the optimization pipeline. I noticed by inspection of the generated SIL code that we do not remove some dead instructions and basic blocks by the end of a pipeline. Running DCE and simplify-cfg at the very end of the pipeline should take care of it. Swift SVN r29300