Commits

Michael Gottesman committed bbc1093efd3
Add SILValue::stripObjectProjections(). This method looks recursively through the operand chain of the given SILValue until it finds a non-object projection instruction. It then returns that value. An object projection instruction is one of: 1. struct_extract. 2. tuple_extract. Swift SVN r12918