Commits

Anna Zaks committed 64693183da0
[DCE] Add a very primitive dead code elimination pass DCE is added as a separate SIL pass with it's own entry point. For now, detect and simplify the branch instructions with constant conditions and delete unreachable basic blocks (for now, we do not even pay any regards to the basic block arguments). Swift SVN r6713