Commits

Michael Gottesman committed f0043de416a
[cse] Add support for address_to_pointer and index_addr. This reduces the number of optimizable retain, release pairs in a swap on Strings from 6 to 2: func foo(inout T : [String]) { swap(&T[9], &T[1]) } Swift SVN r21191