Commits
Chris Lattner committed e19ce563a59
Keep track of stores produced by exploded copy_addrs in the NonLoadUses
set. This is the last fix required to get copy_addr to forward to the
load in this trivial example from rdar://15170149:
func testTrivial(a : @inout Int) -> Int {
return a
}
on to more testing.
Swift SVN r9167