Commits
Joe Groff committed 8d6506f4f08
SILGen: Temporary hack for address-only tuples. Tuple values are currently abused by SILGen for handling function arguments, and dealing with indirect tuples will complicate that logic. Punt on classifying tuples as address-only till we can fix up function handling logic. Swift SVN r3549