Commits

Arnold Schwaighofer committed 0af8adf33f3
ABCOpts: Make array element store recognition more powerful We can skip address projections when looking for a call to _getElementAddress. This allows us to recognize more harmless (stores that don't effect the array size) stores that just store to elements in the array. Swift SVN r23650