Commits

Michael Gottesman committed 15e087bb90c
Added SILValue::stripCasts(). This method takes in a SILValue and returns the SILValue created by continually moving up the operand chain of the SILValue until a non-cast instruction is hit. The non-cast instruction is then returned. Swift SVN r12906