Commits

Roman Levenstein committed 248bfd1b75d
[global-opt] Support for tuples in constant initializers. Globals and static let variables can now contain tuples in their constant initializers. The values of tuples and their elements will be propagated into their uses just as we do it for structs and scalars already. Swift SVN r30240