Commits

Joe Groff committed 02fb8b34518
SILGen: Don't overrelease arrays and dictionaries after bridging. The bridging function takes the original value at +1, so it needs to be consumed so it isn't released in the caller. Fixes <rdar://problem/16877676>. Swift SVN r17944