Commits

Michael Gottesman committed 445e6167a41
Add 3 arguments SILBuilder::createTupleExtract which infers the 4th type argument from its operand. There already is an analogous 3 argument version of SILBuilder::createStructExtract that works like this. I use this in the soon to be incoming SILSROA. Swift SVN r11891