Commits

Joe Groff committed 26b6be85f70
SILGen: Calculate ownership for specialized types. Specializing on a tuple type changes the SIL function signature, so we need to recalculate the ownership conventions bitvector for a callee when it gets specialized. Fixes <rdar://problem/13822463>. Swift SVN r5079