Commits

Anna Zaks committed 16269554b5d
[SILGen] Remove premature optimization/folding. This removes only the tuple_extract and not the other instructions that might become dead because of its removal. Note, that at -O0 we only remove dead code eagerly - the optimization that introduces a dead instruction is responsible for cleaning it up. CCP folds this properly. Swift SVN r7409