Commits

Roman Levenstein committed d5650ae2101
Propagate a "let" flag from VarDecl into resulting SILGlobalVariables. This flag is required for performing the propagation of global and static "let" values into their uses. Let variables have now a [let] attribute in the SIL textual form. Swift SVN r30153