Commits

Chris Lattner committed f379b1e15b0
Revise SILGen of foreach loops to only drop the optional generator result value in memory when it is address-only. This leads to better -O0 performance and easier to read silgen output. This is ongoing progress towards rdar://20642198. Swift SVN r28318