Commits

Joe Groff committed 3d273367f46
SIL: rename TupleElementInst -> ExtractInst Now that it's being used on both tuples and structs, the current name doesn't make much sense. SIL.rst specifies a unified set of extract/insert/gep instructions that operate on either tuples or nominal fragile structs. Swift SVN r3303